#5180AC

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

Shades of Steel Blue #5180AC

Tints of Steel Blue #5180AC

Color information

#5180AC (or 0x5180AC) is unknown color: approx Steel Blue. HEX triplet: 51, 80 and AC. RGB value is (81,128,172). Sum of RGB (Red+Green+Blue) = 81+128+172=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #5180AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5180AC is #AE7F53. Grayscale: #767676. Windows color (decimal): -11435860 or 11305041. OLE color: 11305041.

HSL color Cylindrical-coordinate representation of color #5180AC: hue angle of 209.01º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5180AC is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB81128172-
CMYK0.530.2600.33
HSL209.01º35.97%49.61%-
HSV(B)209.01º52.91%67.45%-
XYZ18.5620.1741.94-
YUV118.96157.93100.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.26%
GREEN value IS 128 (50.39% from 255) = 33.60%
BLUE value IS 172 (67.58% from 255) = 45.14%
R=21.26%
G=33.60%
B=45.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811281720.530.2600.33209.0135.9749.61
Hex5180AC351A021d12432
Octal12120025465320413214462
Binary1010001100000001010110011010111010010000111010001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5180AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5180AC; }

 p { color: rgb(81,128,172); }

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

<style>
 a { background-color: #5180AC; }

 a { background-color: rgb(81,128,172); }

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

<style>
 span { border-color: #5180AC; }

 span { border-color: rgb(81,128,172); }

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