#517561

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

Shades of Como #517561

Tints of Como #517561

Color information

#517561 (or 0x517561) is unknown color: approx Como. HEX triplet: 51, 75 and 61. RGB value is (81,117,97). Sum of RGB (Red+Green+Blue) = 81+117+97=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #517561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517561 is #AE8A9E. Grayscale: #686868. Windows color (decimal): -11438751 or 6387025. OLE color: 6387025.

HSL color Cylindrical-coordinate representation of color #517561: hue angle of 146.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #517561 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB8111797-
CMYK0.3100.170.54
HSL146.67º18.18%38.82%-
HSV(B)146.67º30.77%45.88%-
XYZ11.9115.3313.64-
YUV103.96124.07111.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.46%
GREEN value IS 117 (46.09% from 255) = 39.66%
BLUE value IS 97 (38.28% from 255) = 32.88%
R=27.46%
G=39.66%
B=32.88%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81117970.3100.170.54146.6718.1838.82
Hex5175611F01136931227
Octal12116514137021662232247
Binary101000111101011100001111110100011101101001001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517561; }

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

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

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

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

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

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

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

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