#5482AF

Color #5482AF Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #5482AF

Tints of Steel Blue #5482AF

Color information

#5482AF (or 0x5482AF) is unknown color: approx 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

RGB84130175-
CMYK0.520.2600.31
HSL209.67º36.25%50.78%-
HSV(B)209.67º52%68.63%-
XYZ19.3820.9543.58-
YUV121.38158.26101.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% 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 (Cyan) values IS 0.52
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal841301750.520.2600.31209.6736.2550.78
Hex5482AF341A01Fd22433
Octal12420225764320373224463
Binary101010010000010101011111101001101001111111010010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5482AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>