Html Css Color HEX #5482CE Havelock Blue

📋 copy color: '#5482CE'

red 84 ◦ green 130 ◦ blue 206

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

Shades of Havelock Blue #5482CE

Tints of Havelock Blue #5482CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 20%
G = 30.95%
B = 49.05%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5482CE (or 0x5482CE) is known color: Havelock Blue. HEX triplet: 54, 82 and CE. RGB value is (84,130,206). Sum of RGB (Red+Green+Blue) = 84+130+206=420 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #5482CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5482CE is #AB7D31. Grayscale: #7C7C7C. Windows color (decimal): -11238706 or 13533780. OLE color: 13533780.

HSL color Cylindrical-coordinate representation of color #5482CE: hue angle of 217.38º degrees, saturation: 0.55, 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 #5482CE is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 84 130 206 -
CMYK 0.59 0.37 0 0.19
HSL 217.38º 0.55% 0.57% -
HSV(B) 217.38º 0.59% 0.81% -
XYZ 22.78 22.31 61.5 -
YUV 124.91 173.76 98.82 -
System Red Green Blue C M Y K H S L
Decimal 84 130 206 0.59 0.37 0 0.19 217.38 0.55 0.57
Hex 54 82 CE 3B 25 0 13 D9 37 39
Octal 124 202 316 73 45 0 23 331 67 71
Binary 1010100 10000010 11001110 111011 100101 0 10011 11011001 110111 111001

Color Harmonies of #5482CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5482CE

Black with #5482CE

Text Example


Text Example

White with #5482CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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