#517464

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

Shades of Como #517464

Tints of Como #517464

Color information

#517464 (or 0x517464) is unknown color: approx Como. HEX triplet: 51, 74 and 64. RGB value is (81,116,100). Sum of RGB (Red+Green+Blue) = 81+116+100=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 116 - color contains mainly: green. Hex color #517464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517464 is #AE8B9B. Grayscale: #676767. Windows color (decimal): -11439004 or 6583377. OLE color: 6583377.

HSL color Cylindrical-coordinate representation of color #517464: hue angle of 152.57º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #517464 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB81116100-
CMYK0.3000.140.55
HSL152.57º17.77%38.63%-
HSV(B)152.57º30.17%45.49%-
XYZ11.9415.1614.35-
YUV103.71125.9111.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.27%
GREEN value IS 116 (45.70% from 255) = 39.06%
BLUE value IS 100 (39.45% from 255) = 33.67%
R=27.27%
G=39.06%
B=33.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811161000.3000.140.55152.5717.7738.63
Hex5174641E0E37991227
Octal12116414436016672312247
Binary10100011110100110010011110011101101111001100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517464; }

 p { color: rgb(81,116,100); }

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

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

 a { background-color: rgb(81,116,100); }

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

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

 span { border-color: rgb(81,116,100); }

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