#537CD3

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

Shades of Havelock Blue #537CD3

Tints of Havelock Blue #537CD3

Color information

#537CD3 (or 0x537CD3) is unknown color: approx Havelock Blue. HEX triplet: 53, 7C and D3. RGB value is (83,124,211). Sum of RGB (Red+Green+Blue) = 83+124+211=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 211 (82.81% from 255 or 50.48% from 418); Max value from RGB is 211 - color contains mainly: blue. Hex color #537CD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537CD3 is #AC832C. Grayscale: #797979. Windows color (decimal): -11305773 or 13859923. OLE color: 13859923.

HSL color Cylindrical-coordinate representation of color #537CD3: hue angle of 220.78º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #537CD3 is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB83124211-
CMYK0.610.4100.17
HSL220.78º59.26%57.65%-
HSV(B)220.78º60.66%82.75%-
XYZ22.5320.9664.49-
YUV121.66178.42100.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.86%
GREEN value IS 124 (48.83% from 255) = 29.67%
BLUE value IS 211 (82.81% from 255) = 50.48%
R=19.86%
G=29.67%
B=50.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal831242110.610.4100.17220.7859.2657.65
Hex537CD33D29011dd3b3a
Octal12317432375510213357372
Binary101001111111001101001111110110100101000111011101111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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