Html Css Color HEX #5489CE Havelock Blue

📋 copy color: '#5489CE'

red 84 ◦ green 137 ◦ blue 206

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

Shades of Havelock Blue #5489CE

Tints of Havelock Blue #5489CE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.08%

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

R = 19.67%
G = 32.08%
B = 48.24%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5489CE (or 0x5489CE) is known color: Havelock Blue. HEX triplet: 54, 89 and CE. RGB value is (84,137,206). Sum of RGB (Red+Green+Blue) = 84+137+206=427 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.67% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #5489CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5489CE is #AB7631. Grayscale: #808080. Windows color (decimal): -11236914 or 13535572. OLE color: 13535572.

HSL color Cylindrical-coordinate representation of color #5489CE: hue angle of 213.93º 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 #5489CE is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 137 206 -
CMYK 0.59 0.33 0 0.19
HSL 213.93º 0.55% 0.57% -
HSV(B) 213.93º 0.59% 0.81% -
XYZ 23.74 24.23 61.82 -
YUV 129.02 171.44 95.89 -
System Red Green Blue C M Y K H S L
Decimal 84 137 206 0.59 0.33 0 0.19 213.93 0.55 0.57
Hex 54 89 CE 3B 21 0 13 D6 37 39
Octal 124 211 316 73 41 0 23 326 67 71
Binary 1010100 10001001 11001110 111011 100001 0 10011 11010110 110111 111001

Color Harmonies of #5489CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5489CE

Black with #5489CE

Text Example


Text Example

White with #5489CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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