Html Css Color HEX #5587BD Havelock Blue

📋 copy color: '#5587BD'

red 85 ◦ green 135 ◦ blue 189

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

Shades of Havelock Blue #5587BD

Tints of Havelock Blue #5587BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.21%

R = 20.78%
G = 33.01%
B = 46.21%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5587BD (or 0x5587BD) is known color: Havelock Blue. HEX triplet: 55, 87 and BD. RGB value is (85,135,189). Sum of RGB (Red+Green+Blue) = 85+135+189=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #5587BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5587BD is #AA7842. Grayscale: #7D7D7D. Windows color (decimal): -11171907 or 12420949. OLE color: 12420949.

HSL color Cylindrical-coordinate representation of color #5587BD: hue angle of 211.15º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5587BD is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 135 189 -
CMYK 0.55 0.29 0 0.26
HSL 211.15º 0.44% 0.54% -
HSV(B) 211.15º 0.55% 0.74% -
XYZ 21.6 22.93 51.43 -
YUV 126.21 163.44 98.61 -
System Red Green Blue C M Y K H S L
Decimal 85 135 189 0.55 0.29 0 0.26 211.15 0.44 0.54
Hex 55 87 BD 37 1D 0 1A D3 2C 36
Octal 125 207 275 67 35 0 32 323 54 66
Binary 1010101 10000111 10111101 110111 11101 0 11010 11010011 101100 110110

Color Harmonies of #5587BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5587BD

Black with #5587BD

Text Example


Text Example

White with #5587BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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