#5079B3

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

Shades of Steel Blue #5079B3

Tints of Steel Blue #5079B3

Color information

#5079B3 (or 0x5079B3) is unknown color: approx Steel Blue. HEX triplet: 50, 79 and B3. RGB value is (80,121,179). Sum of RGB (Red+Green+Blue) = 80+121+179=380 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.05% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 179 (70.31% from 255 or 47.11% from 380); Max value from RGB is 179 - color contains mainly: blue. Hex color #5079B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5079B3 is #AF864C. Grayscale: #737373. Windows color (decimal): -11503181 or 11762000. OLE color: 11762000.

HSL color Cylindrical-coordinate representation of color #5079B3: hue angle of 215.15º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5079B3 is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB80121179-
CMYK0.550.3200.30
HSL215.15º39.44%50.78%-
HSV(B)215.15º55.31%70.2%-
XYZ18.2818.6345.28-
YUV115.35163.92102.78-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.05%
GREEN value IS 121 (47.66% from 255) = 31.84%
BLUE value IS 179 (70.31% from 255) = 47.11%
R=21.05%
G=31.84%
B=47.11%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal801211790.550.3200.30215.1539.4450.78
Hex5079B3372001Ed72733
Octal12017126367400363274763
Binary101000011110011011001111011110000001111011010111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5079B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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