#537CD7

Color #537CD7 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #537CD7

Tints of Havelock Blue #537CD7

Color information

#537CD7 (or 0x537CD7) is unknown color: approx Havelock Blue. HEX triplet: 53, 7C and D7. RGB value is (83,124,215). Sum of RGB (Red+Green+Blue) = 83+124+215=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 215 (84.38% from 255 or 50.95% from 422); Max value from RGB is 215 - color contains mainly: blue. Hex color #537CD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537CD7 is #AC8328. Grayscale: #797979. Windows color (decimal): -11305769 or 14122067. OLE color: 14122067.

HSL color Cylindrical-coordinate representation of color #537CD7: hue angle of 221.36º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #537CD7 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB83124215-
CMYK0.610.4200.16
HSL221.36º62.26%58.43%-
HSV(B)221.36º61.4%84.31%-
XYZ23.0421.1667.16-
YUV122.12180.42100.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 19.67%
GREEN value IS 124 (48.83% from 255) = 29.38%
BLUE value IS 215 (84.38% from 255) = 50.95%
R=19.67%
G=29.38%
B=50.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal831242150.610.4200.16221.3662.2658.43
Hex537CD73D2A010dd3e3a
Octal12317432775520203357672
Binary101001111111001101011111110110101001000011011101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537CD7; }

 p { color: rgb(83,124,215); }

 H1.HeaderClassName
 {
   color: #537CD7;
 }
 .AnyTagClassName
 {
   color: #537CD7;
 }
</style>
background-color css

<style>
 a { background-color: #537CD7; }

 a { background-color: rgb(83,124,215); }

 div.DivClassName
 {
   background-color: #537CD7;
 }
 .BgClassName
 {
   background-color: #537CD7;
 }
</style>
border-color css

<style>
 span { border-color: #537CD7; }

 span { border-color: rgb(83,124,215); }

 td.TdClassName
 {
   border-color: #537CD7;
 }
 .TagClassName
 {
   border-color: #537CD7;
 }
</style>