#5080b6

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

Shades of Steel Blue #5080B6

Tints of Steel Blue #5080B6

Color information

#5080B6 (or 0x5080B6) is unknown color: approx Steel Blue. HEX triplet: 50, 80 and B6. RGB value is (80,128,182). Sum of RGB (Red+Green+Blue) = 80+128+182=390 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.51% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 182 (71.48% from 255 or 46.67% from 390); Max value from RGB is 182 - color contains mainly: blue. Hex color #5080B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5080B6 is #AF7F49. Grayscale: #777777. Windows color (decimal): -11501386 or 11960400. OLE color: 11960400.

HSL color Cylindrical-coordinate representation of color #5080B6: hue angle of 211.76º degrees, saturation: 0.41, 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 #5080B6 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB80128182-
CMYK0.560.3000.29
HSL211.76º41.13%51.37%-
HSV(B)211.76º56.04%71.37%-
XYZ19.4720.5247.19-
YUV119.8163.199.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.51%
GREEN value IS 128 (50.39% from 255) = 32.82%
BLUE value IS 182 (71.48% from 255) = 46.67%
R=20.51%
G=32.82%
B=46.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal801281820.560.3000.29211.7641.1351.37
Hex5080B6381E01Dd42933
Octal12020026670360353245163
Binary101000010000000101101101110001111001110111010100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5080b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5080b6; }

 p { color: rgb(80,128,182); }

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

<style>
 a { background-color: #5080b6; }

 a { background-color: rgb(80,128,182); }

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

<style>
 span { border-color: #5080b6; }

 span { border-color: rgb(80,128,182); }

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