#517A66

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

Shades of Como #517A66

Tints of Como #517A66

Color information

#517A66 (or 0x517A66) is unknown color: approx Como. HEX triplet: 51, 7A and 66. RGB value is (81,122,102). Sum of RGB (Red+Green+Blue) = 81+122+102=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 122 - color contains mainly: green. Hex color #517A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517A66 is #AE8599. Grayscale: #6B6B6B. Windows color (decimal): -11437466 or 6715985. OLE color: 6715985.

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

Color convert

RGB81122102-
CMYK0.3400.160.52
HSL150.73º20.2%39.8%-
HSV(B)150.73º33.61%47.84%-
XYZ12.7516.6315.11-
YUV107.46124.92109.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.56%
GREEN value IS 122 (48.05% from 255) = 40%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=26.56%
G=40%
B=33.44%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal811221020.3400.160.52150.7320.239.8
Hex517A662201034971428
Octal12117214642020642272450
Binary1010001111101011001101000100100001101001001011110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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