#537FD3

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

Shades of Havelock Blue #537FD3

Tints of Havelock Blue #537FD3

Color information

#537FD3 (or 0x537FD3) is unknown color: approx Havelock Blue. HEX triplet: 53, 7F and D3. RGB value is (83,127,211). Sum of RGB (Red+Green+Blue) = 83+127+211=421 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.71% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 211 (82.81% from 255 or 50.12% from 421); Max value from RGB is 211 - color contains mainly: blue. Hex color #537FD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537FD3 is #AC802C. Grayscale: #7B7B7B. Windows color (decimal): -11305005 or 13860691. OLE color: 13860691.

HSL color Cylindrical-coordinate representation of color #537FD3: hue angle of 219.38º 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 #537FD3 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB83127211-
CMYK0.610.4000.17
HSL219.38º59.26%57.65%-
HSV(B)219.38º60.66%82.75%-
XYZ22.9121.7264.61-
YUV123.42177.4299.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.71%
GREEN value IS 127 (50% from 255) = 30.17%
BLUE value IS 211 (82.81% from 255) = 50.12%
R=19.71%
G=30.17%
B=50.12%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal831272110.610.4000.17219.3859.2657.65
Hex537FD33D28011db3b3a
Octal12317732375500213337372
Binary101001111111111101001111110110100001000111011011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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