Html Css Color HEX #5587BF Havelock Blue

📋 copy color: '#5587BF'

red 85 ◦ green 135 ◦ blue 191

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

Shades of Havelock Blue #5587BF

Tints of Havelock Blue #5587BF

RGB

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

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

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

R = 20.68%
G = 32.85%
B = 46.47%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5587BF (or 0x5587BF) is known color: Havelock Blue. HEX triplet: 55, 87 and BF. RGB value is (85,135,191). Sum of RGB (Red+Green+Blue) = 85+135+191=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #5587BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5587BF is #AA7840. Grayscale: #7E7E7E. Windows color (decimal): -11171905 or 12552021. OLE color: 12552021.

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

Color convert

RGB 85 135 191 -
CMYK 0.55 0.29 0 0.25
HSL 211.7º 0.45% 0.54% -
HSV(B) 211.7º 0.55% 0.75% -
XYZ 21.81 23.02 52.58 -
YUV 126.43 164.44 98.45 -
System Red Green Blue C M Y K H S L
Decimal 85 135 191 0.55 0.29 0 0.25 211.7 0.45 0.54
Hex 55 87 BF 37 1D 0 19 D4 2D 36
Octal 125 207 277 67 35 0 31 324 55 66
Binary 1010101 10000111 10111111 110111 11101 0 11001 11010100 101101 110110

Color Harmonies of #5587BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5587BF

Black with #5587BF

Text Example


Text Example

White with #5587BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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