Html Css Color HEX #5487BD Havelock Blue

📋 copy color: '#5487BD'

red 84 ◦ green 135 ◦ blue 189

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

Shades of Havelock Blue #5487BD

Tints of Havelock Blue #5487BD

RGB

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

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

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

R = 20.59%
G = 33.09%
B = 46.32%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5487BD (or 0x5487BD) is known color: Havelock Blue. HEX triplet: 54, 87 and BD. RGB value is (84,135,189). Sum of RGB (Red+Green+Blue) = 84+135+189=408 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.59% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #5487BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5487BD is #AB7842. Grayscale: #7D7D7D. Windows color (decimal): -11237443 or 12420948. OLE color: 12420948.

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

Color convert

RGB 84 135 189 -
CMYK 0.56 0.29 0 0.26
HSL 210.86º 0.44% 0.54% -
HSV(B) 210.86º 0.56% 0.74% -
XYZ 21.51 22.89 51.43 -
YUV 125.91 163.6 98.11 -
System Red Green Blue C M Y K H S L
Decimal 84 135 189 0.56 0.29 0 0.26 210.86 0.44 0.54
Hex 54 87 BD 38 1D 0 1A D3 2C 36
Octal 124 207 275 70 35 0 32 323 54 66
Binary 1010100 10000111 10111101 111000 11101 0 11010 11010011 101100 110110

Color Harmonies of #5487BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5487BD

Black with #5487BD

Text Example


Text Example

White with #5487BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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