Html Css Color HEX #5482CB Havelock Blue

📋 copy color: '#5482CB'

red 84 ◦ green 130 ◦ blue 203

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

Shades of Havelock Blue #5482CB

Tints of Havelock Blue #5482CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.68%

R = 20.14%
G = 31.18%
B = 48.68%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5482CB (or 0x5482CB) is known color: Havelock Blue. HEX triplet: 54, 82 and CB. RGB value is (84,130,203). Sum of RGB (Red+Green+Blue) = 84+130+203=417 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.14% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #5482CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5482CB is #AB7D34. Grayscale: #7C7C7C. Windows color (decimal): -11238709 or 13337172. OLE color: 13337172.

HSL color Cylindrical-coordinate representation of color #5482CB: hue angle of 216.81º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5482CB is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 84 130 203 -
CMYK 0.59 0.36 0 0.20
HSL 216.81º 0.53% 0.56% -
HSV(B) 216.81º 0.59% 0.8% -
XYZ 22.42 22.16 59.6 -
YUV 124.57 172.26 99.06 -
System Red Green Blue C M Y K H S L
Decimal 84 130 203 0.59 0.36 0 0.20 216.81 0.53 0.56
Hex 54 82 CB 3B 24 0 14 D9 35 38
Octal 124 202 313 73 44 0 24 331 65 70
Binary 1010100 10000010 11001011 111011 100100 0 10100 11011001 110101 111000

Color Harmonies of #5482CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5482CB

Black with #5482CB

Text Example


Text Example

White with #5482CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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