Html Css Color HEX #5482B7 Havelock Blue

📋 copy color: '#5482B7'

red 84 ◦ green 130 ◦ blue 183

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

Shades of Havelock Blue #5482B7

Tints of Havelock Blue #5482B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 46.1%

R = 21.16%
G = 32.75%
B = 46.1%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#5482B7 (or 0x5482B7) is known color: Havelock Blue. HEX triplet: 54, 82 and B7. RGB value is (84,130,183). Sum of RGB (Red+Green+Blue) = 84+130+183=397 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.16% from 397); Green value is 130 (51.17% from 255 or 32.75% from 397); Blue value is 183 (71.88% from 255 or 46.10% from 397); Max value from RGB is 183 - color contains mainly: blue. Hex color #5482B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5482B7 is #AB7D48. Grayscale: #7A7A7A. Windows color (decimal): -11238729 or 12026452. OLE color: 12026452.

HSL color Cylindrical-coordinate representation of color #5482B7: hue angle of 212.12º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5482B7 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 84 130 183 -
CMYK 0.54 0.29 0 0.28
HSL 212.12º 0.41% 0.52% -
HSV(B) 212.12º 0.54% 0.72% -
XYZ 20.19 21.27 47.84 -
YUV 122.29 162.26 100.69 -
System Red Green Blue C M Y K H S L
Decimal 84 130 183 0.54 0.29 0 0.28 212.12 0.41 0.52
Hex 54 82 B7 36 1D 0 1C D4 29 34
Octal 124 202 267 66 35 0 34 324 51 64
Binary 1010100 10000010 10110111 110110 11101 0 11100 11010100 101001 110100

Color Harmonies of #5482B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5482B7

Black with #5482B7

Text Example


Text Example

White with #5482B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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