#5583CE

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

Shades of Havelock Blue #5583CE

Tints of Havelock Blue #5583CE

Color information

#5583CE (or 0x5583CE) is unknown color: approx Havelock Blue. HEX triplet: 55, 83 and CE. RGB value is (85,131,206). Sum of RGB (Red+Green+Blue) = 85+131+206=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 206 - color contains mainly: blue. Hex color #5583CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5583CE is #AA7C31. Grayscale: #7D7D7D. Windows color (decimal): -11172914 or 13534037. OLE color: 13534037.

HSL color Cylindrical-coordinate representation of color #5583CE: hue angle of 217.19º degrees, saturation: 0.55, 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 #5583CE is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB85131206-
CMYK0.590.3600.19
HSL217.19º55.25%57.06%-
HSV(B)217.19º58.74%80.78%-
XYZ2322.6261.55-
YUV125.8173.2698.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.14%
GREEN value IS 131 (51.56% from 255) = 31.04%
BLUE value IS 206 (80.86% from 255) = 48.82%
R=20.14%
G=31.04%
B=48.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal851312060.590.3600.19217.1955.2557.06
Hex5583CE3B24013d93739
Octal12520331673440233316771
Binary1010101100000111100111011101110010001001111011001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5583CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5583CE; }

 p { color: rgb(85,131,206); }

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

<style>
 a { background-color: #5583CE; }

 a { background-color: rgb(85,131,206); }

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

<style>
 span { border-color: #5583CE; }

 span { border-color: rgb(85,131,206); }

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