Html Css Color HEX #5586BF Havelock Blue

📋 copy color: '#5586BF'

red 85 ◦ green 134 ◦ blue 191

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

Shades of Havelock Blue #5586BF

Tints of Havelock Blue #5586BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.59%

R = 20.73%
G = 32.68%
B = 46.59%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5586BF (or 0x5586BF) is known color: Havelock Blue. HEX triplet: 55, 86 and BF. RGB value is (85,134,191). Sum of RGB (Red+Green+Blue) = 85+134+191=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #5586BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5586BF is #AA7940. Grayscale: #7D7D7D. Windows color (decimal): -11172161 or 12551765. OLE color: 12551765.

HSL color Cylindrical-coordinate representation of color #5586BF: hue angle of 212.26º 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 #5586BF is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 134 191 -
CMYK 0.55 0.30 0 0.25
HSL 212.26º 0.45% 0.54% -
HSV(B) 212.26º 0.55% 0.75% -
XYZ 21.68 22.74 52.54 -
YUV 125.85 164.77 98.87 -
System Red Green Blue C M Y K H S L
Decimal 85 134 191 0.55 0.30 0 0.25 212.26 0.45 0.54
Hex 55 86 BF 37 1E 0 19 D4 2D 36
Octal 125 206 277 67 36 0 31 324 55 66
Binary 1010101 10000110 10111111 110111 11110 0 11001 11010100 101101 110110

Color Harmonies of #5586BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5586BF

Black with #5586BF

Text Example


Text Example

White with #5586BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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