#5581CA

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

Shades of Havelock Blue #5581CA

Tints of Havelock Blue #5581CA

Color information

#5581CA (or 0x5581CA) is unknown color: approx Havelock Blue. HEX triplet: 55, 81 and CA. RGB value is (85,129,202). Sum of RGB (Red+Green+Blue) = 85+129+202=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #5581CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5581CA is #AA7E35. Grayscale: #7B7B7B. Windows color (decimal): -11173430 or 13271381. OLE color: 13271381.

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

Color convert

RGB85129202-
CMYK0.580.3600.21
HSL217.44º52.47%56.27%-
HSV(B)217.44º57.92%79.22%-
XYZ22.2621.958.93-
YUV124.17171.92100.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.43%
GREEN value IS 129 (50.78% from 255) = 31.01%
BLUE value IS 202 (79.30% from 255) = 48.56%
R=20.43%
G=31.01%
B=48.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal851292020.580.3600.21217.4452.4756.27
Hex5581CA3A24015d93438
Octal12520131272440253316470
Binary1010101100000011100101011101010010001010111011001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5581CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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