#5585BE

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

Shades of Havelock Blue #5585BE

Tints of Havelock Blue #5585BE

Color information

#5585BE (or 0x5585BE) is unknown color: approx Havelock Blue. HEX triplet: 55, 85 and BE. RGB value is (85,133,190). Sum of RGB (Red+Green+Blue) = 85+133+190=408 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.83% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #5585BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5585BE is #AA7A41. Grayscale: #7C7C7C. Windows color (decimal): -11172418 or 12485973. OLE color: 12485973.

HSL color Cylindrical-coordinate representation of color #5585BE: hue angle of 212.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5585BE is Cyan = 0.55, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB85133190-
CMYK0.550.300.25
HSL212.57º44.68%53.92%-
HSV(B)212.57º55.26%74.51%-
XYZ21.4322.4251.91-
YUV125.15164.699.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.83%
GREEN value IS 133 (52.34% from 255) = 32.60%
BLUE value IS 190 (74.61% from 255) = 46.57%
R=20.83%
G=32.60%
B=46.57%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851331900.550.300.25212.5744.6853.92
Hex5585BE371E019d52d36
Octal12520527667360313255566
Binary101010110000101101111101101111111001100111010101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5585BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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