#517BAD

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

Shades of Steel Blue #517BAD

Tints of Steel Blue #517BAD

Color information

#517BAD (or 0x517BAD) is unknown color: approx Steel Blue. HEX triplet: 51, 7B and AD. RGB value is (81,123,173). Sum of RGB (Red+Green+Blue) = 81+123+173=377 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.49% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #517BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517BAD is #AE8452. Grayscale: #737373. Windows color (decimal): -11437139 or 11369297. OLE color: 11369297.

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

Color convert

RGB81123173-
CMYK0.530.2900.32
HSL212.61º36.22%49.8%-
HSV(B)212.61º53.18%67.84%-
XYZ18.0218.9342.24-
YUV116.14160.09102.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.49%
GREEN value IS 123 (48.44% from 255) = 32.63%
BLUE value IS 173 (67.97% from 255) = 45.89%
R=21.49%
G=32.63%
B=45.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811231730.530.2900.32212.6136.2249.8
Hex517BAD351D020d52432
Octal12117325565350403254462
Binary101000111110111010110111010111101010000011010101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,123,173); }

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

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

 a { background-color: rgb(81,123,173); }

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

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

 span { border-color: rgb(81,123,173); }

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