Html Css Color HEX #5488CF Havelock Blue

📋 copy color: '#5488CF'

red 84 ◦ green 136 ◦ blue 207

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

Shades of Havelock Blue #5488CF

Tints of Havelock Blue #5488CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.48%

R = 19.67%
G = 31.85%
B = 48.48%

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

#5488CF (or 0x5488CF) is known color: Havelock Blue. HEX triplet: 54, 88 and CF. RGB value is (84,136,207). Sum of RGB (Red+Green+Blue) = 84+136+207=427 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.67% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #5488CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5488CF is #AB7730. Grayscale: #808080. Windows color (decimal): -11237169 or 13600852. OLE color: 13600852.

HSL color Cylindrical-coordinate representation of color #5488CF: hue angle of 214.63º degrees, saturation: 0.56, 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 #5488CF is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 136 207 -
CMYK 0.59 0.34 0 0.19
HSL 214.63º 0.56% 0.57% -
HSV(B) 214.63º 0.59% 0.81% -
XYZ 23.72 24 62.41 -
YUV 128.55 172.27 96.23 -
System Red Green Blue C M Y K H S L
Decimal 84 136 207 0.59 0.34 0 0.19 214.63 0.56 0.57
Hex 54 88 CF 3B 22 0 13 D7 38 39
Octal 124 210 317 73 42 0 23 327 70 71
Binary 1010100 10001000 11001111 111011 100010 0 10011 11010111 111000 111001

Color Harmonies of #5488CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5488CF

Black with #5488CF

Text Example


Text Example

White with #5488CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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