#517061

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

Shades of Como #517061

Tints of Como #517061

Color information

#517061 (or 0x517061) is unknown color: approx Como. HEX triplet: 51, 70 and 61. RGB value is (81,112,97). Sum of RGB (Red+Green+Blue) = 81+112+97=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 97 (38.28% from 255 or 33.45% from 290); Max value from RGB is 112 - color contains mainly: green. Hex color #517061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517061 is #AE8F9E. Grayscale: #656565. Windows color (decimal): -11440031 or 6385745. OLE color: 6385745.

HSL color Cylindrical-coordinate representation of color #517061: hue angle of 150.97º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #517061 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB8111297-
CMYK0.2800.130.56
HSL150.97º16.06%37.84%-
HSV(B)150.97º27.68%43.92%-
XYZ11.3514.213.45-
YUV101.02125.73113.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.93%
GREEN value IS 112 (44.14% from 255) = 38.62%
BLUE value IS 97 (38.28% from 255) = 33.45%
R=27.93%
G=38.62%
B=33.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81112970.2800.130.56150.9716.0637.84
Hex5170611C0D38971026
Octal12116014134015702272046
Binary10100011110000110000111100011011110001001011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517061; }

 p { color: rgb(81,112,97); }

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

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

 a { background-color: rgb(81,112,97); }

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

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

 span { border-color: rgb(81,112,97); }

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