#517660

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

Shades of Como #517660

Tints of Como #517660

Color information

#517660 (or 0x517660) is unknown color: approx Como. HEX triplet: 51, 76 and 60. RGB value is (81,118,96). Sum of RGB (Red+Green+Blue) = 81+118+96=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 118 - color contains mainly: green. Hex color #517660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517660 is #AE899F. Grayscale: #686868. Windows color (decimal): -11438496 or 6321745. OLE color: 6321745.

HSL color Cylindrical-coordinate representation of color #517660: hue angle of 144.32º degrees, saturation: 0.19, 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 #517660 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB8111896-
CMYK0.3100.190.54
HSL144.32º18.59%39.02%-
HSV(B)144.32º31.36%46.27%-
XYZ11.9815.5513.44-
YUV104.43123.24111.29-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.46%
GREEN value IS 118 (46.48% from 255) = 40%
BLUE value IS 96 (37.89% from 255) = 32.54%
R=27.46%
G=40%
B=32.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81118960.3100.190.54144.3218.5939.02
Hex5176601F01336901327
Octal12116614037023662202347
Binary101000111101101100000111110100111101101001000010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517660; }

 p { color: rgb(81,118,96); }

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

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

 a { background-color: rgb(81,118,96); }

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

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

 span { border-color: rgb(81,118,96); }

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