#517A64

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

Shades of Como #517A64

Tints of Como #517A64

Color information

#517A64 (or 0x517A64) is unknown color: approx Como. HEX triplet: 51, 7A and 64. RGB value is (81,122,100). Sum of RGB (Red+Green+Blue) = 81+122+100=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 122 - color contains mainly: green. Hex color #517A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517A64 is #AE859B. Grayscale: #6B6B6B. Windows color (decimal): -11437468 or 6584913. OLE color: 6584913.

HSL color Cylindrical-coordinate representation of color #517A64: hue angle of 147.8º 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 #517A64 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB81122100-
CMYK0.3400.180.52
HSL147.8º20.2%39.8%-
HSV(B)147.8º33.61%47.84%-
XYZ12.6516.5914.59-
YUV107.23123.92109.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.73%
GREEN value IS 122 (48.05% from 255) = 40.26%
BLUE value IS 100 (39.45% from 255) = 33.00%
R=26.73%
G=40.26%
B=33.00%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal811221000.3400.180.52147.820.239.8
Hex517A642201234941428
Octal12117214442022642242450
Binary1010001111101011001001000100100101101001001010010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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