#517460

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

Shades of Como #517460

Tints of Como #517460

Color information

#517460 (or 0x517460) is unknown color: approx Como. HEX triplet: 51, 74 and 60. RGB value is (81,116,96). Sum of RGB (Red+Green+Blue) = 81+116+96=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 116 - color contains mainly: green. Hex color #517460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517460 is #AE8B9F. Grayscale: #676767. Windows color (decimal): -11439008 or 6321233. OLE color: 6321233.

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

Color convert

RGB8111696-
CMYK0.3000.170.55
HSL145.71º17.77%38.63%-
HSV(B)145.71º30.17%45.49%-
XYZ11.7515.0813.36-
YUV103.26123.9112.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.65%
GREEN value IS 116 (45.70% from 255) = 39.59%
BLUE value IS 96 (37.89% from 255) = 32.76%
R=27.65%
G=39.59%
B=32.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81116960.3000.170.55145.7117.7738.63
Hex5174601E01137921227
Octal12116414036021672222247
Binary101000111101001100000111100100011101111001001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517460; }

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

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

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

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

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

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

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

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