Html Css Color HEX #5484DC Havelock Blue

📋 copy color: '#5484DC'

red 84 ◦ green 132 ◦ blue 220

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

Shades of Havelock Blue #5484DC

Tints of Havelock Blue #5484DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.46%

R = 19.27%
G = 30.28%
B = 50.46%

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

#5484DC (or 0x5484DC) is known color: Havelock Blue. HEX triplet: 54, 84 and DC. RGB value is (84,132,220). Sum of RGB (Red+Green+Blue) = 84+132+220=436 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.27% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #5484DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5484DC is #AB7B23. Grayscale: #7F7F7F. Windows color (decimal): -11238180 or 14451796. OLE color: 14451796.

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

Color convert

RGB 84 132 220 -
CMYK 0.62 0.40 0 0.14
HSL 218.82º 0.66% 0.6% -
HSV(B) 218.82º 0.62% 0.86% -
XYZ 24.83 23.55 70.95 -
YUV 127.68 180.1 96.84 -
System Red Green Blue C M Y K H S L
Decimal 84 132 220 0.62 0.40 0 0.14 218.82 0.66 0.6
Hex 54 84 DC 3E 28 0 E DB 42 3C
Octal 124 204 334 76 50 0 16 333 102 74
Binary 1010100 10000100 11011100 111110 101000 0 1110 11011011 1000010 111100

Color Harmonies of #5484DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5484DC

Black with #5484DC

Text Example


Text Example

White with #5484DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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