#5082AC

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

Shades of Steel Blue #5082AC

Tints of Steel Blue #5082AC

Color information

#5082AC (or 0x5082AC) is unknown color: approx Steel Blue. HEX triplet: 50, 82 and AC. RGB value is (80,130,172). Sum of RGB (Red+Green+Blue) = 80+130+172=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #5082AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5082AC is #AF7D53. Grayscale: #777777. Windows color (decimal): -11500884 or 11305552. OLE color: 11305552.

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

Color convert

RGB80130172-
CMYK0.530.2400.33
HSL207.39º36.51%49.41%-
HSV(B)207.39º53.49%67.45%-
XYZ18.7420.6542.03-
YUV119.84157.4499.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.94%
GREEN value IS 130 (51.17% from 255) = 34.03%
BLUE value IS 172 (67.58% from 255) = 45.03%
R=20.94%
G=34.03%
B=45.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801301720.530.2400.33207.3936.5149.41
Hex5082AC3518021cf2531
Octal12020225465300413174561
Binary1010000100000101010110011010111000010000111001111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5082AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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