Html Css Color HEX #5482DC Havelock Blue

📋 copy color: '#5482DC'

red 84 ◦ green 130 ◦ blue 220

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

Shades of Havelock Blue #5482DC

Tints of Havelock Blue #5482DC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.95%

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

R = 19.35%
G = 29.95%
B = 50.69%

CMYK

 C value IS 0.62

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5482DC (or 0x5482DC) is known color: Havelock Blue. HEX triplet: 54, 82 and DC. RGB value is (84,130,220). Sum of RGB (Red+Green+Blue) = 84+130+220=434 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.35% from 434); Green value is 130 (51.17% from 255 or 29.95% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #5482DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5482DC is #AB7D23. Grayscale: #7E7E7E. Windows color (decimal): -11238692 or 14451284. OLE color: 14451284.

HSL color Cylindrical-coordinate representation of color #5482DC: hue angle of 219.71º 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 #5482DC is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 84 130 220 -
CMYK 0.62 0.41 0 0.14
HSL 219.71º 0.66% 0.6% -
HSV(B) 219.71º 0.62% 0.86% -
XYZ 24.56 23.02 70.86 -
YUV 126.51 180.76 97.68 -
System Red Green Blue C M Y K H S L
Decimal 84 130 220 0.62 0.41 0 0.14 219.71 0.66 0.6
Hex 54 82 DC 3E 29 0 E DC 42 3C
Octal 124 202 334 76 51 0 16 334 102 74
Binary 1010100 10000010 11011100 111110 101001 0 1110 11011100 1000010 111100

Color Harmonies of #5482DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5482DC

Black with #5482DC

Text Example


Text Example

White with #5482DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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