#517A5D

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

Shades of Como #517A5D

Tints of Como #517A5D

Color information

#517A5D (or 0x517A5D) is unknown color: approx Como. HEX triplet: 51, 7A and 5D. RGB value is (81,122,93). Sum of RGB (Red+Green+Blue) = 81+122+93=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 122 - color contains mainly: green. Hex color #517A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517A5D is #AE85A2. Grayscale: #6A6A6A. Windows color (decimal): -11437475 or 6126161. OLE color: 6126161.

HSL color Cylindrical-coordinate representation of color #517A5D: hue angle of 137.56º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #517A5D is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB8112293-
CMYK0.3400.240.52
HSL137.56º20.2%39.8%-
HSV(B)137.56º33.61%47.84%-
XYZ12.3316.4612.88-
YUV106.43120.42109.86-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.36%
GREEN value IS 122 (48.05% from 255) = 41.22%
BLUE value IS 93 (36.72% from 255) = 31.42%
R=27.36%
G=41.22%
B=31.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal81122930.3400.240.52137.5620.239.8
Hex517A5D22018348a1428
Octal12117213542030642122450
Binary1010001111101010111011000100110001101001000101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,122,93); }

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

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

 a { background-color: rgb(81,122,93); }

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

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

 span { border-color: rgb(81,122,93); }

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