#517461

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

Shades of Como #517461

Tints of Como #517461

Color information

#517461 (or 0x517461) is unknown color: approx Como. HEX triplet: 51, 74 and 61. RGB value is (81,116,97). Sum of RGB (Red+Green+Blue) = 81+116+97=294 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.55% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 116 - color contains mainly: green. Hex color #517461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517461 is #AE8B9E. Grayscale: #676767. Windows color (decimal): -11439007 or 6386769. OLE color: 6386769.

HSL color Cylindrical-coordinate representation of color #517461: hue angle of 147.43º 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 #517461 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB8111697-
CMYK0.3000.160.55
HSL147.43º17.77%38.63%-
HSV(B)147.43º30.17%45.49%-
XYZ11.815.113.6-
YUV103.37124.4112.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.55%
GREEN value IS 116 (45.70% from 255) = 39.46%
BLUE value IS 97 (38.28% from 255) = 32.99%
R=27.55%
G=39.46%
B=32.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81116970.3000.160.55147.4317.7738.63
Hex5174611E01037931227
Octal12116414136020672232247
Binary101000111101001100001111100100001101111001001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517461; }

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

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

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

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

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

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

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

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