Html Css Color HEX #5484DB Havelock Blue

📋 copy color: '#5484DB'

red 84 ◦ green 132 ◦ blue 219

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

Shades of Havelock Blue #5484DB

Tints of Havelock Blue #5484DB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.34%

 BLUE value IS 219 (85.94% from 255) = 50.34%

R = 19.31%
G = 30.34%
B = 50.34%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5484DB (or 0x5484DB) is known color: Havelock Blue. HEX triplet: 54, 84 and DB. RGB value is (84,132,219). Sum of RGB (Red+Green+Blue) = 84+132+219=435 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.31% from 435); Green value is 132 (51.95% from 255 or 30.34% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #5484DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5484DB is #AB7B24. Grayscale: #7F7F7F. Windows color (decimal): -11238181 or 14386260. OLE color: 14386260.

HSL color Cylindrical-coordinate representation of color #5484DB: hue angle of 218.67º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5484DB is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 132 219 -
CMYK 0.62 0.40 0 0.14
HSL 218.67º 0.65% 0.59% -
HSV(B) 218.67º 0.62% 0.86% -
XYZ 24.69 23.5 70.25 -
YUV 127.57 179.6 96.93 -
System Red Green Blue C M Y K H S L
Decimal 84 132 219 0.62 0.40 0 0.14 218.67 0.65 0.59
Hex 54 84 DB 3E 28 0 E DB 41 3B
Octal 124 204 333 76 50 0 16 333 101 73
Binary 1010100 10000100 11011011 111110 101000 0 1110 11011011 1000001 111011

Color Harmonies of #5484DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5484DB

Black with #5484DB

Text Example


Text Example

White with #5484DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5484DB; }

 p { color: rgb(84,132,219); }

 H1.HeaderClassName
 {
   color: #5484DB;
 }
 .AnyTagClassName
 {
   color: #5484DB;
 }
</style>

background-color css

<style>
 a { background-color: #5484DB; }

 a { background-color: rgb(84,132,219); }

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

border-color css

<style>
 span { border-color: #5484DB; }

 span { border-color: rgb(84,132,219); }

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