#5585CD

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

Shades of Havelock Blue #5585CD

Tints of Havelock Blue #5585CD

Color information

#5585CD (or 0x5585CD) is unknown color: approx Havelock Blue. HEX triplet: 55, 85 and CD. RGB value is (85,133,205). Sum of RGB (Red+Green+Blue) = 85+133+205=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #5585CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5585CD is #AA7A32. Grayscale: #7E7E7E. Windows color (decimal): -11172403 or 13469013. OLE color: 13469013.

HSL color Cylindrical-coordinate representation of color #5585CD: hue angle of 216º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5585CD is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB85133205-
CMYK0.590.3500.20
HSL216º54.55%56.86%-
HSV(B)216º58.54%80.39%-
XYZ23.1523.1161-
YUV126.86172.198.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.09%
GREEN value IS 133 (52.34% from 255) = 31.44%
BLUE value IS 205 (80.47% from 255) = 48.46%
R=20.09%
G=31.44%
B=48.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal851332050.590.3500.2021654.5556.86
Hex5585CD3B23014d83739
Octal12520531573430243306771
Binary1010101100001011100110111101110001101010011011000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5585CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5585CD; }

 p { color: rgb(85,133,205); }

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

<style>
 a { background-color: #5585CD; }

 a { background-color: rgb(85,133,205); }

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

<style>
 span { border-color: #5585CD; }

 span { border-color: rgb(85,133,205); }

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