Html Css Color HEX #5489CB Havelock Blue

📋 copy color: '#5489CB'

red 84 ◦ green 137 ◦ blue 203

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

Shades of Havelock Blue #5489CB

Tints of Havelock Blue #5489CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.88%

R = 19.81%
G = 32.31%
B = 47.88%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5489CB (or 0x5489CB) is known color: Havelock Blue. HEX triplet: 54, 89 and CB. RGB value is (84,137,203). Sum of RGB (Red+Green+Blue) = 84+137+203=424 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.81% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #5489CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5489CB is #AB7634. Grayscale: #808080. Windows color (decimal): -11236917 or 13338964. OLE color: 13338964.

HSL color Cylindrical-coordinate representation of color #5489CB: hue angle of 213.28º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5489CB is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 137 203 -
CMYK 0.59 0.33 0 0.20
HSL 213.28º 0.53% 0.56% -
HSV(B) 213.28º 0.59% 0.8% -
XYZ 23.38 24.09 59.92 -
YUV 128.68 169.94 96.13 -
System Red Green Blue C M Y K H S L
Decimal 84 137 203 0.59 0.33 0 0.20 213.28 0.53 0.56
Hex 54 89 CB 3B 21 0 14 D5 35 38
Octal 124 211 313 73 41 0 24 325 65 70
Binary 1010100 10001001 11001011 111011 100001 0 10100 11010101 110101 111000

Color Harmonies of #5489CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5489CB

Black with #5489CB

Text Example


Text Example

White with #5489CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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