Html Css Color HEX #5482AF Steel Blue

📋 copy color: '#5482AF'

red 84 ◦ green 130 ◦ blue 175

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

Shades of Steel Blue #5482AF

Tints of Steel Blue #5482AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.99%

R = 21.59%
G = 33.42%
B = 44.99%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5482AF (or 0x5482AF) is known color: Steel Blue. HEX triplet: 54, 82 and AF. RGB value is (84,130,175). Sum of RGB (Red+Green+Blue) = 84+130+175=389 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.59% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #5482AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5482AF is #AB7D50. Grayscale: #797979. Windows color (decimal): -11238737 or 11502164. OLE color: 11502164.

HSL color Cylindrical-coordinate representation of color #5482AF: hue angle of 209.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5482AF is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 130 175 -
CMYK 0.52 0.26 0 0.31
HSL 209.67º 0.36% 0.51% -
HSV(B) 209.67º 0.52% 0.69% -
XYZ 19.38 20.95 43.58 -
YUV 121.38 158.26 101.34 -
System Red Green Blue C M Y K H S L
Decimal 84 130 175 0.52 0.26 0 0.31 209.67 0.36 0.51
Hex 54 82 AF 34 1A 0 1F D2 24 33
Octal 124 202 257 64 32 0 37 322 44 63
Binary 1010100 10000010 10101111 110100 11010 0 11111 11010010 100100 110011

Color Harmonies of #5482AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5482AF

Black with #5482AF

Text Example


Text Example

White with #5482AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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