#5282AC

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

Shades of Steel Blue #5282AC

Tints of Steel Blue #5282AC

Color information

#5282AC (or 0x5282AC) is unknown color: approx Steel Blue. HEX triplet: 52, 82 and AC. RGB value is (82,130,172). Sum of RGB (Red+Green+Blue) = 82+130+172=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #5282AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5282AC is #AD7D53. Grayscale: #787878. Windows color (decimal): -11369812 or 11305554. OLE color: 11305554.

HSL color Cylindrical-coordinate representation of color #5282AC: hue angle of 208º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5282AC is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB82130172-
CMYK0.520.2400.33
HSL208º35.43%49.8%-
HSV(B)208º52.33%67.45%-
XYZ18.9120.7442.04-
YUV120.44157.1100.58-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.35%
GREEN value IS 130 (51.17% from 255) = 33.85%
BLUE value IS 172 (67.58% from 255) = 44.79%
R=21.35%
G=33.85%
B=44.79%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal821301720.520.2400.3320835.4349.8
Hex5282AC3418021d02332
Octal12220225464300413204362
Binary1010010100000101010110011010011000010000111010000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5282AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5282AC; }

 p { color: rgb(82,130,172); }

 H1.HeaderClassName
 {
   color: #5282AC;
 }
 .AnyTagClassName
 {
   color: #5282AC;
 }
</style>
background-color css

<style>
 a { background-color: #5282AC; }

 a { background-color: rgb(82,130,172); }

 div.DivClassName
 {
   background-color: #5282AC;
 }
 .BgClassName
 {
   background-color: #5282AC;
 }
</style>
border-color css

<style>
 span { border-color: #5282AC; }

 span { border-color: rgb(82,130,172); }

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