#517BAA

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

Shades of Steel Blue #517BAA

Tints of Steel Blue #517BAA

Color information

#517BAA (or 0x517BAA) is unknown color: approx Steel Blue. HEX triplet: 51, 7B and AA. RGB value is (81,123,170). Sum of RGB (Red+Green+Blue) = 81+123+170=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 123 (48.44% from 255 or 32.89% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #517BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517BAA is #AE8455. Grayscale: #737373. Windows color (decimal): -11437142 or 11172689. OLE color: 11172689.

HSL color Cylindrical-coordinate representation of color #517BAA: hue angle of 211.69º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #517BAA is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB81123170-
CMYK0.520.2800.33
HSL211.69º35.46%49.22%-
HSV(B)211.69º52.35%66.67%-
XYZ17.7318.8240.73-
YUV115.8158.59103.18-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.66%
GREEN value IS 123 (48.44% from 255) = 32.89%
BLUE value IS 170 (66.80% from 255) = 45.45%
R=21.66%
G=32.89%
B=45.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811231700.520.2800.33211.6935.4649.22
Hex517BAA341C021d42331
Octal12117325264340413244361
Binary101000111110111010101011010011100010000111010100100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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