#517F66

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

Shades of Como #517F66

Tints of Como #517F66

Color information

#517F66 (or 0x517F66) is unknown color: approx Como. HEX triplet: 51, 7F and 66. RGB value is (81,127,102). Sum of RGB (Red+Green+Blue) = 81+127+102=310 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.13% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 102 (40.23% from 255 or 32.90% from 310); Max value from RGB is 127 - color contains mainly: green. Hex color #517F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517F66 is #AE8099. Grayscale: #6E6E6E. Windows color (decimal): -11436186 or 6717265. OLE color: 6717265.

HSL color Cylindrical-coordinate representation of color #517F66: hue angle of 147.39º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #517F66 is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB81127102-
CMYK0.3600.200.50
HSL147.39º22.12%40.78%-
HSV(B)147.39º36.22%49.8%-
XYZ13.3817.8915.32-
YUV110.4123.26107.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.13%
GREEN value IS 127 (50% from 255) = 40.97%
BLUE value IS 102 (40.23% from 255) = 32.90%
R=26.13%
G=40.97%
B=32.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal811271020.3600.200.50147.3922.1240.78
Hex517F662401432931629
Octal12117714644024622232651
Binary1010001111111111001101001000101001100101001001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,127,102); }

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

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

 a { background-color: rgb(81,127,102); }

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

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

 span { border-color: rgb(81,127,102); }

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