#5181AB

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

Shades of Steel Blue #5181AB

Tints of Steel Blue #5181AB

Color information

#5181AB (or 0x5181AB) is unknown color: approx Steel Blue. HEX triplet: 51, 81 and AB. RGB value is (81,129,171). Sum of RGB (Red+Green+Blue) = 81+129+171=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #5181AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5181AB is #AE7E54. Grayscale: #777777. Windows color (decimal): -11435605 or 11239761. OLE color: 11239761.

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

Color convert

RGB81129171-
CMYK0.530.2500.33
HSL208º35.71%49.41%-
HSV(B)208º52.63%67.06%-
XYZ18.5920.3941.48-
YUV119.44157.1100.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.26%
GREEN value IS 129 (50.78% from 255) = 33.86%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=21.26%
G=33.86%
B=44.88%

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
Decimal811291710.530.2500.3320835.7149.41
Hex5181AB3519021d02431
Octal12120125365310413204461
Binary1010001100000011010101111010111001010000111010000100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5181AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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