#537EC8

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

Shades of Havelock Blue #537EC8

Tints of Havelock Blue #537EC8

Color information

#537EC8 (or 0x537EC8) is unknown color: approx Havelock Blue. HEX triplet: 53, 7E and C8. RGB value is (83,126,200). Sum of RGB (Red+Green+Blue) = 83+126+200=409 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.29% from 409); Green value is 126 (49.61% from 255 or 30.81% from 409); Blue value is 200 (78.52% from 255 or 48.90% from 409); Max value from RGB is 200 - color contains mainly: blue. Hex color #537EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537EC8 is #AC8137. Grayscale: #797979. Windows color (decimal): -11305272 or 13139539. OLE color: 13139539.

HSL color Cylindrical-coordinate representation of color #537EC8: hue angle of 217.95º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #537EC8 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB83126200-
CMYK0.580.3700.22
HSL217.95º51.54%55.49%-
HSV(B)217.95º58.5%78.43%-
XYZ21.4520.9357.55-
YUV121.58172.25100.48-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.29%
GREEN value IS 126 (49.61% from 255) = 30.81%
BLUE value IS 200 (78.52% from 255) = 48.90%
R=20.29%
G=30.81%
B=48.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal831262000.580.3700.22217.9551.5455.49
Hex537EC83A25016da3437
Octal12317631072450263326467
Binary101001111111101100100011101010010101011011011010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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