#518db5

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

Shades of Steel Blue #518DB5

Tints of Steel Blue #518DB5

Color information

#518DB5 (or 0x518DB5) is unknown color: approx Steel Blue. HEX triplet: 51, 8D and B5. RGB value is (81,141,181). Sum of RGB (Red+Green+Blue) = 81+141+181=403 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.10% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 181 (71.09% from 255 or 44.91% from 403); Max value from RGB is 181 - color contains mainly: blue. Hex color #518DB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518DB5 is #AE724A. Grayscale: #7F7F7F. Windows color (decimal): -11432523 or 11898193. OLE color: 11898193.

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

Color convert

RGB81141181-
CMYK0.550.2200.29
HSL204º40.32%51.37%-
HSV(B)204º55.25%70.98%-
XYZ21.2624.1447.25-
YUV127.62158.1294.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.10%
GREEN value IS 141 (55.47% from 255) = 34.99%
BLUE value IS 181 (71.09% from 255) = 44.91%
R=20.10%
G=34.99%
B=44.91%

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
Decimal811411810.550.2200.2920440.3251.37
Hex518DB5371601Dcc2833
Octal12121526567260353145063
Binary101000110001101101101011101111011001110111001100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518db5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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