#5585BC

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

Shades of Havelock Blue #5585BC

Tints of Havelock Blue #5585BC

Color information

#5585BC (or 0x5585BC) is unknown color: approx Havelock Blue. HEX triplet: 55, 85 and BC. RGB value is (85,133,188). Sum of RGB (Red+Green+Blue) = 85+133+188=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #5585BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5585BC is #AA7A43. Grayscale: #7C7C7C. Windows color (decimal): -11172420 or 12354901. OLE color: 12354901.

HSL color Cylindrical-coordinate representation of color #5585BC: hue angle of 212.04º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5585BC is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB85133188-
CMYK0.550.2900.26
HSL212.04º43.46%53.53%-
HSV(B)212.04º54.79%73.73%-
XYZ21.2122.3450.77-
YUV124.92163.699.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.94%
GREEN value IS 133 (52.34% from 255) = 32.76%
BLUE value IS 188 (73.83% from 255) = 46.31%
R=20.94%
G=32.76%
B=46.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851331880.550.2900.26212.0443.4653.53
Hex5585BC371D01Ad42b36
Octal12520527467350323245366
Binary101010110000101101111001101111110101101011010100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5585BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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