#5577CA

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

Shades of Havelock Blue #5577CA

Tints of Havelock Blue #5577CA

Color information

#5577CA (or 0x5577CA) is unknown color: approx Havelock Blue. HEX triplet: 55, 77 and CA. RGB value is (85,119,202). Sum of RGB (Red+Green+Blue) = 85+119+202=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #5577CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5577CA is #AA8835. Grayscale: #757575. Windows color (decimal): -11175990 or 13268821. OLE color: 13268821.

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

Color convert

RGB85119202-
CMYK0.580.4100.21
HSL222.56º52.47%56.27%-
HSV(B)222.56º57.92%79.22%-
XYZ2119.3958.51-
YUV118.3175.24104.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.94%
GREEN value IS 119 (46.88% from 255) = 29.31%
BLUE value IS 202 (79.30% from 255) = 49.75%
R=20.94%
G=29.31%
B=49.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal851192020.580.4100.21222.5652.4756.27
Hex5577CA3A29015df3438
Octal12516731272510253376470
Binary101010111101111100101011101010100101010111011111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5577CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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