#517DAB

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

Shades of Steel Blue #517DAB

Tints of Steel Blue #517DAB

Color information

#517DAB (or 0x517DAB) is unknown color: approx Steel Blue. HEX triplet: 51, 7D and AB. RGB value is (81,125,171). Sum of RGB (Red+Green+Blue) = 81+125+171=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 125 (49.22% from 255 or 33.16% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #517DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517DAB is #AE8254. Grayscale: #747474. Windows color (decimal): -11436629 or 11238737. OLE color: 11238737.

HSL color Cylindrical-coordinate representation of color #517DAB: hue angle of 210.67º 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 #517DAB is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB81125171-
CMYK0.530.2700.33
HSL210.67º35.71%49.41%-
HSV(B)210.67º52.63%67.06%-
XYZ18.0819.3641.31-
YUV117.09158.42102.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.49%
GREEN value IS 125 (49.22% from 255) = 33.16%
BLUE value IS 171 (67.19% from 255) = 45.36%
R=21.49%
G=33.16%
B=45.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811251710.530.2700.33210.6735.7149.41
Hex517DAB351B021d32431
Octal12117525365330413234461
Binary101000111111011010101111010111011010000111010011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517DAB; }

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

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

<style>
 a { background-color: #517DAB; }

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

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

<style>
 span { border-color: #517DAB; }

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

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