Html Css Color HEX #5587DB Havelock Blue

📋 copy color: '#5587DB'

red 85 ◦ green 135 ◦ blue 219

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

Shades of Havelock Blue #5587DB

Tints of Havelock Blue #5587DB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.75%

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

R = 19.36%
G = 30.75%
B = 49.89%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5587DB (or 0x5587DB) is known color: Havelock Blue. HEX triplet: 55, 87 and DB. RGB value is (85,135,219). Sum of RGB (Red+Green+Blue) = 85+135+219=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 135 (53.12% from 255 or 30.75% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #5587DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5587DB is #AA7824. Grayscale: #818181. Windows color (decimal): -11171877 or 14387029. OLE color: 14387029.

HSL color Cylindrical-coordinate representation of color #5587DB: hue angle of 217.61º 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 #5587DB is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 135 219 -
CMYK 0.61 0.38 0 0.14
HSL 217.61º 0.65% 0.6% -
HSV(B) 217.61º 0.61% 0.86% -
XYZ 25.2 24.37 70.39 -
YUV 129.63 178.44 96.17 -
System Red Green Blue C M Y K H S L
Decimal 85 135 219 0.61 0.38 0 0.14 217.61 0.65 0.6
Hex 55 87 DB 3D 26 0 E DA 41 3C
Octal 125 207 333 75 46 0 16 332 101 74
Binary 1010101 10000111 11011011 111101 100110 0 1110 11011010 1000001 111100

Color Harmonies of #5587DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5587DB

Black with #5587DB

Text Example


Text Example

White with #5587DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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