Html Css Color HEX #5488CB Havelock Blue

📋 copy color: '#5488CB'

red 84 ◦ green 136 ◦ blue 203

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

Shades of Havelock Blue #5488CB

Tints of Havelock Blue #5488CB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.15%

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

R = 19.86%
G = 32.15%
B = 47.99%

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

#5488CB (or 0x5488CB) is known color: Havelock Blue. HEX triplet: 54, 88 and CB. RGB value is (84,136,203). Sum of RGB (Red+Green+Blue) = 84+136+203=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #5488CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5488CB is #AB7734. Grayscale: #7F7F7F. Windows color (decimal): -11237173 or 13338708. OLE color: 13338708.

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

Color convert

RGB 84 136 203 -
CMYK 0.59 0.33 0 0.20
HSL 213.78º 0.53% 0.56% -
HSV(B) 213.78º 0.59% 0.8% -
XYZ 23.24 23.8 59.87 -
YUV 128.09 170.27 96.55 -
System Red Green Blue C M Y K H S L
Decimal 84 136 203 0.59 0.33 0 0.20 213.78 0.53 0.56
Hex 54 88 CB 3B 21 0 14 D6 35 38
Octal 124 210 313 73 41 0 24 326 65 70
Binary 1010100 10001000 11001011 111011 100001 0 10100 11010110 110101 111000

Color Harmonies of #5488CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5488CB

Black with #5488CB

Text Example


Text Example

White with #5488CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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