#537ED0

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

Shades of Havelock Blue #537ED0

Tints of Havelock Blue #537ED0

Color information

#537ED0 (or 0x537ED0) is unknown color: approx Havelock Blue. HEX triplet: 53, 7E and D0. RGB value is (83,126,208). Sum of RGB (Red+Green+Blue) = 83+126+208=417 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.90% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 208 (81.64% from 255 or 49.88% from 417); Max value from RGB is 208 - color contains mainly: blue. Hex color #537ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537ED0 is #AC812F. Grayscale: #7A7A7A. Windows color (decimal): -11305264 or 13663827. OLE color: 13663827.

HSL color Cylindrical-coordinate representation of color #537ED0: hue angle of 219.36º degrees, saturation: 0.57, 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 #537ED0 is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB83126208-
CMYK0.600.3900.18
HSL219.36º57.08%57.06%-
HSV(B)219.36º60.1%81.57%-
XYZ22.4121.3162.61-
YUV122.49176.2599.83-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.90%
GREEN value IS 126 (49.61% from 255) = 30.22%
BLUE value IS 208 (81.64% from 255) = 49.88%
R=19.90%
G=30.22%
B=49.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal831262080.600.3900.18219.3657.0857.06
Hex537ED03C27012db3939
Octal12317632074470223337171
Binary101001111111101101000011110010011101001011011011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,126,208); }

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

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

 a { background-color: rgb(83,126,208); }

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

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

 span { border-color: rgb(83,126,208); }

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