#5086B6

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

Shades of Steel Blue #5086B6

Tints of Steel Blue #5086B6

Color information

#5086B6 (or 0x5086B6) is unknown color: approx Steel Blue. HEX triplet: 50, 86 and B6. RGB value is (80,134,182). Sum of RGB (Red+Green+Blue) = 80+134+182=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 182 (71.48% from 255 or 45.96% from 396); Max value from RGB is 182 - color contains mainly: blue. Hex color #5086B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5086B6 is #AF7949. Grayscale: #7B7B7B. Windows color (decimal): -11499850 or 11961936. OLE color: 11961936.

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

Color convert

RGB80134182-
CMYK0.560.2600.29
HSL208.24º41.13%51.37%-
HSV(B)208.24º56.04%71.37%-
XYZ20.2822.1347.46-
YUV123.33161.1197.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.20%
GREEN value IS 134 (52.73% from 255) = 33.84%
BLUE value IS 182 (71.48% from 255) = 45.96%
R=20.20%
G=33.84%
B=45.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal801341820.560.2600.29208.2441.1351.37
Hex5086B6381A01Dd02933
Octal12020626670320353205163
Binary101000010000110101101101110001101001110111010000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5086B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5086B6; }

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

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

<style>
 a { background-color: #5086B6; }

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

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

<style>
 span { border-color: #5086B6; }

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

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