#5079AA

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

Shades of Steel Blue #5079AA

Tints of Steel Blue #5079AA

Color information

#5079AA (or 0x5079AA) is unknown color: approx Steel Blue. HEX triplet: 50, 79 and AA. RGB value is (80,121,170). Sum of RGB (Red+Green+Blue) = 80+121+170=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 121 (47.66% from 255 or 32.61% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #5079AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5079AA is #AF8655. Grayscale: #727272. Windows color (decimal): -11503190 or 11172176. OLE color: 11172176.

HSL color Cylindrical-coordinate representation of color #5079AA: hue angle of 212.67º degrees, saturation: 0.36, 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 #5079AA is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB80121170-
CMYK0.530.2900.33
HSL212.67º36%49.02%-
HSV(B)212.67º52.94%66.67%-
XYZ17.418.2840.64-
YUV114.33159.42103.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.56%
GREEN value IS 121 (47.66% from 255) = 32.61%
BLUE value IS 170 (66.80% from 255) = 45.82%
R=21.56%
G=32.61%
B=45.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801211700.530.2900.33212.673649.02
Hex5079AA351D021d52431
Octal12017125265350413254461
Binary101000011110011010101011010111101010000111010101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5079AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5079AA; }

 p { color: rgb(80,121,170); }

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

<style>
 a { background-color: #5079AA; }

 a { background-color: rgb(80,121,170); }

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

<style>
 span { border-color: #5079AA; }

 span { border-color: rgb(80,121,170); }

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