#517DAC

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

Shades of Steel Blue #517DAC

Tints of Steel Blue #517DAC

Color information

#517DAC (or 0x517DAC) is unknown color: approx Steel Blue. HEX triplet: 51, 7D and AC. RGB value is (81,125,172). Sum of RGB (Red+Green+Blue) = 81+125+172=378 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.43% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #517DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517DAC is #AE8253. Grayscale: #747474. Windows color (decimal): -11436628 or 11304273. OLE color: 11304273.

HSL color Cylindrical-coordinate representation of color #517DAC: hue angle of 210.99º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #517DAC is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB81125172-
CMYK0.530.2700.33
HSL210.99º35.97%49.61%-
HSV(B)210.99º52.91%67.45%-
XYZ18.1719.441.82-
YUV117.2158.92102.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.43%
GREEN value IS 125 (49.22% from 255) = 33.07%
BLUE value IS 172 (67.58% from 255) = 45.50%
R=21.43%
G=33.07%
B=45.50%

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
Decimal811251720.530.2700.33210.9935.9749.61
Hex517DAC351B021d32432
Octal12117525465330413234462
Binary101000111111011010110011010111011010000111010011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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