Html Css Color HEX #5487BC Havelock Blue

📋 copy color: '#5487BC'

red 84 ◦ green 135 ◦ blue 188

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

Shades of Havelock Blue #5487BC

Tints of Havelock Blue #5487BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.19%

R = 20.64%
G = 33.17%
B = 46.19%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5487BC (or 0x5487BC) is known color: Havelock Blue. HEX triplet: 54, 87 and BC. RGB value is (84,135,188). Sum of RGB (Red+Green+Blue) = 84+135+188=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 135 (53.12% from 255 or 33.17% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #5487BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5487BC is #AB7843. Grayscale: #7D7D7D. Windows color (decimal): -11237444 or 12355412. OLE color: 12355412.

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

Color convert

RGB 84 135 188 -
CMYK 0.55 0.28 0 0.26
HSL 210.58º 0.44% 0.53% -
HSV(B) 210.58º 0.55% 0.74% -
XYZ 21.4 22.84 50.86 -
YUV 125.79 163.1 98.19 -
System Red Green Blue C M Y K H S L
Decimal 84 135 188 0.55 0.28 0 0.26 210.58 0.44 0.53
Hex 54 87 BC 37 1C 0 1A D3 2C 35
Octal 124 207 274 67 34 0 32 323 54 65
Binary 1010100 10000111 10111100 110111 11100 0 11010 11010011 101100 110101

Color Harmonies of #5487BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5487BC

Black with #5487BC

Text Example


Text Example

White with #5487BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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