#537BD1

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

Shades of Havelock Blue #537BD1

Tints of Havelock Blue #537BD1

Color information

#537BD1 (or 0x537BD1) is unknown color: approx Havelock Blue. HEX triplet: 53, 7B and D1. RGB value is (83,123,209). Sum of RGB (Red+Green+Blue) = 83+123+209=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 123 (48.44% from 255 or 29.64% from 415); Blue value is 209 (82.03% from 255 or 50.36% from 415); Max value from RGB is 209 - color contains mainly: blue. Hex color #537BD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537BD1 is #AC842E. Grayscale: #787878. Windows color (decimal): -11306031 or 13728595. OLE color: 13728595.

HSL color Cylindrical-coordinate representation of color #537BD1: hue angle of 220.95º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #537BD1 is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB83123209-
CMYK0.600.4100.18
HSL220.95º57.8%57.25%-
HSV(B)220.95º60.29%81.96%-
XYZ22.1620.6163.13-
YUV120.84177.75101.01-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20%
GREEN value IS 123 (48.44% from 255) = 29.64%
BLUE value IS 209 (82.03% from 255) = 50.36%
R=20%
G=29.64%
B=50.36%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal831232090.600.4100.18220.9557.857.25
Hex537BD13C29012dd3a39
Octal12317332174510223357271
Binary101001111110111101000111110010100101001011011101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,123,209); }

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

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

 a { background-color: rgb(83,123,209); }

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

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

 span { border-color: rgb(83,123,209); }

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