Html Css Color HEX #5487CE Havelock Blue

📋 copy color: '#5487CE'

red 84 ◦ green 135 ◦ blue 206

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

Shades of Havelock Blue #5487CE

Tints of Havelock Blue #5487CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.47%

R = 19.76%
G = 31.76%
B = 48.47%

CMYK

 C value IS 0.59

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5487CE (or 0x5487CE) is known color: Havelock Blue. HEX triplet: 54, 87 and CE. RGB value is (84,135,206). Sum of RGB (Red+Green+Blue) = 84+135+206=425 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.76% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #5487CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5487CE is #AB7831. Grayscale: #7F7F7F. Windows color (decimal): -11237426 or 13535060. OLE color: 13535060.

HSL color Cylindrical-coordinate representation of color #5487CE: hue angle of 214.92º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5487CE is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 135 206 -
CMYK 0.59 0.34 0 0.19
HSL 214.92º 0.55% 0.57% -
HSV(B) 214.92º 0.59% 0.81% -
XYZ 23.46 23.67 61.72 -
YUV 127.85 172.1 96.73 -
System Red Green Blue C M Y K H S L
Decimal 84 135 206 0.59 0.34 0 0.19 214.92 0.55 0.57
Hex 54 87 CE 3B 22 0 13 D7 37 39
Octal 124 207 316 73 42 0 23 327 67 71
Binary 1010100 10000111 11001110 111011 100010 0 10011 11010111 110111 111001

Color Harmonies of #5487CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5487CE

Black with #5487CE

Text Example


Text Example

White with #5487CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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