#5487BE

Color #5487BE Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5487BE

Tints of Havelock Blue #5487BE

Color information

#5487BE (or 0x5487BE) is unknown color: approx Havelock Blue. HEX triplet: 54, 87 and BE. RGB value is (84,135,190). Sum of RGB (Red+Green+Blue) = 84+135+190=409 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.54% from 409); Green value is 135 (53.12% from 255 or 33.01% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #5487BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5487BE is #AB7841. Grayscale: #7D7D7D. Windows color (decimal): -11237442 or 12486484. OLE color: 12486484.

HSL color Cylindrical-coordinate representation of color #5487BE: hue angle of 211.13º degrees, saturation: 0.45, 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 #5487BE is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB84135190-
CMYK0.560.2900.25
HSL211.13º44.92%53.73%-
HSV(B)211.13º55.79%74.51%-
XYZ21.6122.9352-
YUV126.02164.198.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 20.54%
GREEN value IS 135 (53.12% from 255) = 33.01%
BLUE value IS 190 (74.61% from 255) = 46.45%
R=20.54%
G=33.01%
B=46.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841351900.560.2900.25211.1344.9253.73
Hex5487BE381D019d32d36
Octal12420727670350313235566
Binary101010010000111101111101110001110101100111010011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5487BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5487BE;
 }
 .AnyTagClassName
 {
   color: #5487BE;
 }
</style>
background-color css

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

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

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

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

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

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