Html Css Color HEX #5487BF Havelock Blue

📋 copy color: '#5487BF'

red 84 ◦ green 135 ◦ blue 191

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

Shades of Havelock Blue #5487BF

Tints of Havelock Blue #5487BF

RGB

 RED value IS 84 (33.2% from 255) = 20.49%

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

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

R = 20.49%
G = 32.93%
B = 46.59%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5487BF (or 0x5487BF) is known color: Havelock Blue. HEX triplet: 54, 87 and BF. RGB value is (84,135,191). Sum of RGB (Red+Green+Blue) = 84+135+191=410 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.49% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #5487BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5487BF is #AB7840. Grayscale: #7D7D7D. Windows color (decimal): -11237441 or 12552020. OLE color: 12552020.

HSL color Cylindrical-coordinate representation of color #5487BF: hue angle of 211.4º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5487BF is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 135 191 -
CMYK 0.56 0.29 0 0.25
HSL 211.4º 0.46% 0.54% -
HSV(B) 211.4º 0.56% 0.75% -
XYZ 21.72 22.97 52.58 -
YUV 126.14 164.6 97.95 -
System Red Green Blue C M Y K H S L
Decimal 84 135 191 0.56 0.29 0 0.25 211.4 0.46 0.54
Hex 54 87 BF 38 1D 0 19 D3 2E 36
Octal 124 207 277 70 35 0 31 323 56 66
Binary 1010100 10000111 10111111 111000 11101 0 11001 11010011 101110 110110

Color Harmonies of #5487BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5487BF

Black with #5487BF

Text Example


Text Example

White with #5487BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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