#5181B4

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

Shades of Steel Blue #5181B4

Tints of Steel Blue #5181B4

Color information

#5181B4 (or 0x5181B4) is unknown color: approx Steel Blue. HEX triplet: 51, 81 and B4. RGB value is (81,129,180). Sum of RGB (Red+Green+Blue) = 81+129+180=390 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.77% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 180 (70.70% from 255 or 46.15% from 390); Max value from RGB is 180 - color contains mainly: blue. Hex color #5181B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5181B4 is #AE7E4B. Grayscale: #787878. Windows color (decimal): -11435596 or 11829585. OLE color: 11829585.

HSL color Cylindrical-coordinate representation of color #5181B4: hue angle of 210.91º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5181B4 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB81129180-
CMYK0.550.2800.29
HSL210.91º39.76%51.18%-
HSV(B)210.91º55%70.59%-
XYZ19.4820.7546.16-
YUV120.46161.699.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.77%
GREEN value IS 129 (50.78% from 255) = 33.08%
BLUE value IS 180 (70.70% from 255) = 46.15%
R=20.77%
G=33.08%
B=46.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811291800.550.2800.29210.9139.7651.18
Hex5181B4371C01Dd32833
Octal12120126467340353235063
Binary101000110000001101101001101111110001110111010011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5181B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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