Html Css Color HEX #5586BB Havelock Blue

📋 copy color: '#5586BB'

red 85 ◦ green 134 ◦ blue 187

#5586BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #5586BB

Tints of Havelock Blue #5586BB

RGB

 RED value IS 85 (33.59% from 255) = 20.94%

 GREEN value IS 134 (52.73% from 255) = 33%

 BLUE value IS 187 (73.44% from 255) = 46.06%

R = 20.94%
G = 33%
B = 46.06%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5586BB (or 0x5586BB) is known color: Havelock Blue. HEX triplet: 55, 86 and BB. RGB value is (85,134,187). Sum of RGB (Red+Green+Blue) = 85+134+187=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 134 (52.73% from 255 or 33.00% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #5586BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5586BB is #AA7944. Grayscale: #7D7D7D. Windows color (decimal): -11172165 or 12289621. OLE color: 12289621.

HSL color Cylindrical-coordinate representation of color #5586BB: hue angle of 211.18º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5586BB is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 134 187 -
CMYK 0.55 0.28 0 0.27
HSL 211.18º 0.43% 0.53% -
HSV(B) 211.18º 0.55% 0.73% -
XYZ 21.24 22.57 50.25 -
YUV 125.39 162.77 99.19 -
System Red Green Blue C M Y K H S L
Decimal 85 134 187 0.55 0.28 0 0.27 211.18 0.43 0.53
Hex 55 86 BB 37 1C 0 1B D3 2B 35
Octal 125 206 273 67 34 0 33 323 53 65
Binary 1010101 10000110 10111011 110111 11100 0 11011 11010011 101011 110101

Color Harmonies of #5586BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5586BB

Black with #5586BB

Text Example


Text Example

White with #5586BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5586BB; }

 p { color: rgb(85,134,187); }

 H1.HeaderClassName
 {
   color: #5586BB;
 }
 .AnyTagClassName
 {
   color: #5586BB;
 }
</style>

background-color css

<style>
 a { background-color: #5586BB; }

 a { background-color: rgb(85,134,187); }

 div.DivClassName
 {
   background-color: #5586BB;
 }
 .BgClassName
 {
   background-color: #5586BB;
 }
</style>

border-color css

<style>
 span { border-color: #5586BB; }

 span { border-color: rgb(85,134,187); }

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