#5079B4

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

Shades of Steel Blue #5079B4

Tints of Steel Blue #5079B4

Color information

#5079B4 (or 0x5079B4) is unknown color: approx Steel Blue. HEX triplet: 50, 79 and B4. RGB value is (80,121,180). Sum of RGB (Red+Green+Blue) = 80+121+180=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 180 (70.70% from 255 or 47.24% from 381); Max value from RGB is 180 - color contains mainly: blue. Hex color #5079B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5079B4 is #AF864B. Grayscale: #737373. Windows color (decimal): -11503180 or 11827536. OLE color: 11827536.

HSL color Cylindrical-coordinate representation of color #5079B4: hue angle of 215.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5079B4 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB80121180-
CMYK0.560.3300.29
HSL215.4º40%50.98%-
HSV(B)215.4º55.56%70.59%-
XYZ18.3818.6845.82-
YUV115.47164.42102.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.00%
GREEN value IS 121 (47.66% from 255) = 31.76%
BLUE value IS 180 (70.70% from 255) = 47.24%
R=21.00%
G=31.76%
B=47.24%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal801211800.560.3300.29215.44050.98
Hex5079B4382101Dd72833
Octal12017126470410353275063
Binary101000011110011011010011100010000101110111010111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5079B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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