#515556

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

Shades of Trout #515556

Tints of Trout #515556

Color information

#515556 (or 0x515556) is unknown color: approx Trout. HEX triplet: 51, 55 and 56. RGB value is (81,85,86). Sum of RGB (Red+Green+Blue) = 81+85+86=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 86 - color contains mainly: blue. Hex color #515556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515556 is #AEAAA9. Grayscale: #535353. Windows color (decimal): -11446954 or 5657937. OLE color: 5657937.

HSL color Cylindrical-coordinate representation of color #515556: hue angle of 192º degrees, saturation: 0.03, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #515556 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB818586-
CMYK0.060.0100.66
HSL192º2.99%32.75%-
HSV(B)192º5.81%33.73%-
XYZ8.328.9210.09-
YUV83.92129.17125.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.14%
GREEN value IS 85 (33.59% from 255) = 33.73%
BLUE value IS 86 (33.98% from 255) = 34.13%
R=32.14%
G=33.73%
B=34.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8185860.060.0100.661922.9932.75
Hex51555661042c0321
Octal121125126610102300341
Binary1010001101010110101101101010000101100000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515556; }

 p { color: rgb(81,85,86); }

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

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

 a { background-color: rgb(81,85,86); }

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

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

 span { border-color: rgb(81,85,86); }

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