Html Css Color HEX #5586CB Havelock Blue

📋 copy color: '#5586CB'

red 85 ◦ green 134 ◦ blue 203

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

Shades of Havelock Blue #5586CB

Tints of Havelock Blue #5586CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.1%

R = 20.14%
G = 31.75%
B = 48.1%

CMYK

 C value IS 0.58

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5586CB (or 0x5586CB) is known color: Havelock Blue. HEX triplet: 55, 86 and CB. RGB value is (85,134,203). Sum of RGB (Red+Green+Blue) = 85+134+203=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #5586CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5586CB is #AA7934. Grayscale: #7E7E7E. Windows color (decimal): -11172149 or 13338197. OLE color: 13338197.

HSL color Cylindrical-coordinate representation of color #5586CB: hue angle of 215.08º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5586CB is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 134 203 -
CMYK 0.58 0.34 0 0.20
HSL 215.08º 0.53% 0.56% -
HSV(B) 215.08º 0.58% 0.8% -
XYZ 23.05 23.29 59.78 -
YUV 127.22 170.77 97.89 -
System Red Green Blue C M Y K H S L
Decimal 85 134 203 0.58 0.34 0 0.20 215.08 0.53 0.56
Hex 55 86 CB 3A 22 0 14 D7 35 38
Octal 125 206 313 72 42 0 24 327 65 70
Binary 1010101 10000110 11001011 111010 100010 0 10100 11010111 110101 111000

Color Harmonies of #5586CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5586CB

Black with #5586CB

Text Example


Text Example

White with #5586CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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