Html Css Color HEX #5482C0 Havelock Blue

📋 copy color: '#5482C0'

red 84 ◦ green 130 ◦ blue 192

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

Shades of Havelock Blue #5482C0

Tints of Havelock Blue #5482C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 47.29%

R = 20.69%
G = 32.02%
B = 47.29%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5482C0 (or 0x5482C0) is known color: Havelock Blue. HEX triplet: 54, 82 and C0. RGB value is (84,130,192). Sum of RGB (Red+Green+Blue) = 84+130+192=406 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.69% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 192 (75.39% from 255 or 47.29% from 406); Max value from RGB is 192 - color contains mainly: blue. Hex color #5482C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5482C0 is #AB7D3F. Grayscale: #7B7B7B. Windows color (decimal): -11238720 or 12616276. OLE color: 12616276.

HSL color Cylindrical-coordinate representation of color #5482C0: hue angle of 214.44º 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 #5482C0 is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 130 192 -
CMYK 0.56 0.32 0 0.25
HSL 214.44º 0.46% 0.54% -
HSV(B) 214.44º 0.56% 0.75% -
XYZ 21.15 21.66 52.93 -
YUV 123.31 166.76 99.96 -
System Red Green Blue C M Y K H S L
Decimal 84 130 192 0.56 0.32 0 0.25 214.44 0.46 0.54
Hex 54 82 C0 38 20 0 19 D6 2E 36
Octal 124 202 300 70 40 0 31 326 56 66
Binary 1010100 10000010 11000000 111000 100000 0 11001 11010110 101110 110110

Color Harmonies of #5482C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5482C0

Black with #5482C0

Text Example


Text Example

White with #5482C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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