#5582CF

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

Shades of Havelock Blue #5582CF

Tints of Havelock Blue #5582CF

Color information

#5582CF (or 0x5582CF) is unknown color: approx Havelock Blue. HEX triplet: 55, 82 and CF. RGB value is (85,130,207). Sum of RGB (Red+Green+Blue) = 85+130+207=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 207 (81.25% from 255 or 49.05% from 422); Max value from RGB is 207 - color contains mainly: blue. Hex color #5582CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5582CF is #AA7D30. Grayscale: #7C7C7C. Windows color (decimal): -11173169 or 13599317. OLE color: 13599317.

HSL color Cylindrical-coordinate representation of color #5582CF: hue angle of 217.87º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5582CF is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB85130207-
CMYK0.590.3700.19
HSL217.87º55.96%57.25%-
HSV(B)217.87º58.94%81.18%-
XYZ22.9922.462.14-
YUV125.32174.0999.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.14%
GREEN value IS 130 (51.17% from 255) = 30.81%
BLUE value IS 207 (81.25% from 255) = 49.05%
R=20.14%
G=30.81%
B=49.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal851302070.590.3700.19217.8755.9657.25
Hex5582CF3B25013da3839
Octal12520231773450233327071
Binary1010101100000101100111111101110010101001111011010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5582CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5582CF; }

 p { color: rgb(85,130,207); }

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

<style>
 a { background-color: #5582CF; }

 a { background-color: rgb(85,130,207); }

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

<style>
 span { border-color: #5582CF; }

 span { border-color: rgb(85,130,207); }

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