#5376CA

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

Shades of Havelock Blue #5376CA

Tints of Havelock Blue #5376CA

Color information

#5376CA (or 0x5376CA) is unknown color: approx Havelock Blue. HEX triplet: 53, 76 and CA. RGB value is (83,118,202). Sum of RGB (Red+Green+Blue) = 83+118+202=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 118 (46.48% from 255 or 29.28% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #5376CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5376CA is #AC8935. Grayscale: #747474. Windows color (decimal): -11307318 or 13268563. OLE color: 13268563.

HSL color Cylindrical-coordinate representation of color #5376CA: hue angle of 222.35º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5376CA is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB83118202-
CMYK0.590.4200.21
HSL222.35º52.89%55.88%-
HSV(B)222.35º58.91%79.22%-
XYZ20.7119.0658.46-
YUV117.11175.9103.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.60%
GREEN value IS 118 (46.48% from 255) = 29.28%
BLUE value IS 202 (79.30% from 255) = 50.12%
R=20.60%
G=29.28%
B=50.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal831182020.590.4200.21222.3552.8955.88
Hex5376CA3B2A015de3538
Octal12316631273520253366570
Binary101001111101101100101011101110101001010111011110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5376CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5376CA; }

 p { color: rgb(83,118,202); }

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

<style>
 a { background-color: #5376CA; }

 a { background-color: rgb(83,118,202); }

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

<style>
 span { border-color: #5376CA; }

 span { border-color: rgb(83,118,202); }

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