#5079AF

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

Shades of Steel Blue #5079AF

Tints of Steel Blue #5079AF

Color information

#5079AF (or 0x5079AF) is unknown color: approx Steel Blue. HEX triplet: 50, 79 and AF. RGB value is (80,121,175). Sum of RGB (Red+Green+Blue) = 80+121+175=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 175 (68.75% from 255 or 46.54% from 376); Max value from RGB is 175 - color contains mainly: blue. Hex color #5079AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5079AF is #AF8650. Grayscale: #727272. Windows color (decimal): -11503185 or 11499856. OLE color: 11499856.

HSL color Cylindrical-coordinate representation of color #5079AF: hue angle of 214.11º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5079AF is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB80121175-
CMYK0.540.3100.31
HSL214.11º37.25%50%-
HSV(B)214.11º54.29%68.63%-
XYZ17.8818.4843.18-
YUV114.9161.92103.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.28%
GREEN value IS 121 (47.66% from 255) = 32.18%
BLUE value IS 175 (68.75% from 255) = 46.54%
R=21.28%
G=32.18%
B=46.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801211750.540.3100.31214.1137.2550
Hex5079AF361F01Fd62532
Octal12017125766370373264562
Binary10100001111001101011111101101111101111111010110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5079AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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