#517BAC

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

Shades of Steel Blue #517BAC

Tints of Steel Blue #517BAC

Color information

#517BAC (or 0x517BAC) is unknown color: approx Steel Blue. HEX triplet: 51, 7B and AC. RGB value is (81,123,172). Sum of RGB (Red+Green+Blue) = 81+123+172=376 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.54% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #517BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #517BAC is #AE8453. Grayscale: #737373. Windows color (decimal): -11437140 or 11303761. OLE color: 11303761.

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

Color convert

RGB81123172-
CMYK0.530.2800.33
HSL212.31º35.97%49.61%-
HSV(B)212.31º52.91%67.45%-
XYZ17.9218.8941.73-
YUV116.03159.59103.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.54%
GREEN value IS 123 (48.44% from 255) = 32.71%
BLUE value IS 172 (67.58% from 255) = 45.74%
R=21.54%
G=32.71%
B=45.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811231720.530.2800.33212.3135.9749.61
Hex517BAC351C021d42432
Octal12117325465340413244462
Binary101000111110111010110011010111100010000111010100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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