Html Css Color HEX #5488BF Havelock Blue

📋 copy color: '#5488BF'

red 84 ◦ green 136 ◦ blue 191

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

Shades of Havelock Blue #5488BF

Tints of Havelock Blue #5488BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.47%

R = 20.44%
G = 33.09%
B = 46.47%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5488BF (or 0x5488BF) is known color: Havelock Blue. HEX triplet: 54, 88 and BF. RGB value is (84,136,191). Sum of RGB (Red+Green+Blue) = 84+136+191=411 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.44% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #5488BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5488BF is #AB7740. Grayscale: #7E7E7E. Windows color (decimal): -11237185 or 12552276. OLE color: 12552276.

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

Color convert

RGB 84 136 191 -
CMYK 0.56 0.29 0 0.25
HSL 210.84º 0.46% 0.54% -
HSV(B) 210.84º 0.56% 0.75% -
XYZ 21.86 23.25 52.63 -
YUV 126.72 164.27 97.53 -
System Red Green Blue C M Y K H S L
Decimal 84 136 191 0.56 0.29 0 0.25 210.84 0.46 0.54
Hex 54 88 BF 38 1D 0 19 D3 2E 36
Octal 124 210 277 70 35 0 31 323 56 66
Binary 1010100 10001000 10111111 111000 11101 0 11001 11010011 101110 110110

Color Harmonies of #5488BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5488BF

Black with #5488BF

Text Example


Text Example

White with #5488BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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