Html Css Color HEX #5586DB Havelock Blue

📋 copy color: '#5586DB'

red 85 ◦ green 134 ◦ blue 219

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

Shades of Havelock Blue #5586DB

Tints of Havelock Blue #5586DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50%

R = 19.41%
G = 30.59%
B = 50%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5586DB (or 0x5586DB) is known color: Havelock Blue. HEX triplet: 55, 86 and DB. RGB value is (85,134,219). Sum of RGB (Red+Green+Blue) = 85+134+219=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 134 (52.73% from 255 or 30.59% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #5586DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5586DB is #AA7924. Grayscale: #808080. Windows color (decimal): -11172133 or 14386773. OLE color: 14386773.

HSL color Cylindrical-coordinate representation of color #5586DB: hue angle of 218.06º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5586DB is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 134 219 -
CMYK 0.61 0.39 0 0.14
HSL 218.06º 0.65% 0.6% -
HSV(B) 218.06º 0.61% 0.86% -
XYZ 25.06 24.1 70.35 -
YUV 129.04 178.77 96.59 -
System Red Green Blue C M Y K H S L
Decimal 85 134 219 0.61 0.39 0 0.14 218.06 0.65 0.6
Hex 55 86 DB 3D 27 0 E DA 41 3C
Octal 125 206 333 75 47 0 16 332 101 74
Binary 1010101 10000110 11011011 111101 100111 0 1110 11011010 1000001 111100

Color Harmonies of #5586DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5586DB

Black with #5586DB

Text Example


Text Example

White with #5586DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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