#5570CA

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

Shades of Havelock Blue #5570CA

Tints of Havelock Blue #5570CA

Color information

#5570CA (or 0x5570CA) is unknown color: approx Havelock Blue. HEX triplet: 55, 70 and CA. RGB value is (85,112,202). Sum of RGB (Red+Green+Blue) = 85+112+202=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #5570CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5570CA is #AA8F35. Grayscale: #717171. Windows color (decimal): -11177782 or 13267029. OLE color: 13267029.

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

Color convert

RGB85112202-
CMYK0.580.4500.21
HSL226.15º52.47%56.27%-
HSV(B)226.15º57.92%79.22%-
XYZ20.217.7858.25-
YUV114.19177.55107.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.30%
GREEN value IS 112 (44.14% from 255) = 28.07%
BLUE value IS 202 (79.30% from 255) = 50.63%
R=21.30%
G=28.07%
B=50.63%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal851122020.580.4500.21226.1552.4756.27
Hex5570CA3A2D015e23438
Octal12516031272550253426470
Binary101010111100001100101011101010110101010111100010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5570CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,112,202); }

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

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

 a { background-color: rgb(85,112,202); }

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

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

 span { border-color: rgb(85,112,202); }

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