#5181AD

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

Shades of Steel Blue #5181AD

Tints of Steel Blue #5181AD

Color information

#5181AD (or 0x5181AD) is unknown color: approx Steel Blue. HEX triplet: 51, 81 and AD. RGB value is (81,129,173). Sum of RGB (Red+Green+Blue) = 81+129+173=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #5181AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5181AD is #AE7E52. Grayscale: #777777. Windows color (decimal): -11435603 or 11370833. OLE color: 11370833.

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

Color convert

RGB81129173-
CMYK0.530.2500.32
HSL208.7º36.22%49.8%-
HSV(B)208.7º53.18%67.84%-
XYZ18.7920.4742.5-
YUV119.66158.1100.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.15%
GREEN value IS 129 (50.78% from 255) = 33.68%
BLUE value IS 173 (67.97% from 255) = 45.17%
R=21.15%
G=33.68%
B=45.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811291730.530.2500.32208.736.2249.8
Hex5181AD3519020d12432
Octal12120125565310403214462
Binary1010001100000011010110111010111001010000011010001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5181AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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