#518DB4

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

Shades of Steel Blue #518DB4

Tints of Steel Blue #518DB4

Color information

#518DB4 (or 0x518DB4) is unknown color: approx Steel Blue. HEX triplet: 51, 8D and B4. RGB value is (81,141,180). Sum of RGB (Red+Green+Blue) = 81+141+180=402 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.15% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 180 - color contains mainly: blue. Hex color #518DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518DB4 is #AE724B. Grayscale: #7F7F7F. Windows color (decimal): -11432524 or 11832657. OLE color: 11832657.

HSL color Cylindrical-coordinate representation of color #518DB4: hue angle of 203.64º 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 #518DB4 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB81141180-
CMYK0.550.2200.29
HSL203.64º39.76%51.18%-
HSV(B)203.64º55%70.59%-
XYZ21.1624.0946.72-
YUV127.51157.6294.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.15%
GREEN value IS 141 (55.47% from 255) = 35.07%
BLUE value IS 180 (70.70% from 255) = 44.78%
R=20.15%
G=35.07%
B=44.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal811411800.550.2200.29203.6439.7651.18
Hex518DB4371601Dcc2833
Octal12121526467260353145063
Binary101000110001101101101001101111011001110111001100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518DB4; }

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

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

<style>
 a { background-color: #518DB4; }

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

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

<style>
 span { border-color: #518DB4; }

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

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