#558ACA

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

Shades of Havelock Blue #558ACA

Tints of Havelock Blue #558ACA

Color information

#558ACA (or 0x558ACA) is unknown color: approx Havelock Blue. HEX triplet: 55, 8A and CA. RGB value is (85,138,202). Sum of RGB (Red+Green+Blue) = 85+138+202=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #558ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #558ACA is #AA7535. Grayscale: #818181. Windows color (decimal): -11171126 or 13273685. OLE color: 13273685.

HSL color Cylindrical-coordinate representation of color #558ACA: hue angle of 212.82º 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 #558ACA is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB85138202-
CMYK0.580.3200.21
HSL212.82º52.47%56.27%-
HSV(B)212.82º57.92%79.22%-
XYZ23.524.3759.34-
YUV129.45168.9496.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20%
GREEN value IS 138 (54.30% from 255) = 32.47%
BLUE value IS 202 (79.30% from 255) = 47.53%
R=20%
G=32.47%
B=47.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal851382020.580.3200.21212.8252.4756.27
Hex558ACA3A20015d53438
Octal12521231272400253256470
Binary1010101100010101100101011101010000001010111010101110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558ACA; }

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

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

<style>
 a { background-color: #558ACA; }

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

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

<style>
 span { border-color: #558ACA; }

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

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