#5181AC

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

Shades of Steel Blue #5181AC

Tints of Steel Blue #5181AC

Color information

#5181AC (or 0x5181AC) is unknown color: approx Steel Blue. HEX triplet: 51, 81 and AC. RGB value is (81,129,172). Sum of RGB (Red+Green+Blue) = 81+129+172=382 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.20% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #5181AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5181AC is #AE7E53. Grayscale: #777777. Windows color (decimal): -11435604 or 11305297. OLE color: 11305297.

HSL color Cylindrical-coordinate representation of color #5181AC: hue angle of 208.35º 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 #5181AC is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB81129172-
CMYK0.530.2500.33
HSL208.35º35.97%49.61%-
HSV(B)208.35º52.91%67.45%-
XYZ18.6920.4341.99-
YUV119.55157.6100.5-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.20%
GREEN value IS 129 (50.78% from 255) = 33.77%
BLUE value IS 172 (67.58% from 255) = 45.03%
R=21.20%
G=33.77%
B=45.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811291720.530.2500.33208.3535.9749.61
Hex5181AC3519021d02432
Octal12120125465310413204462
Binary1010001100000011010110011010111001010000111010000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5181AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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