#515456

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

Shades of Trout #515456

Tints of Trout #515456

Color information

#515456 (or 0x515456) is unknown color: approx Trout. HEX triplet: 51, 54 and 56. RGB value is (81,84,86). Sum of RGB (Red+Green+Blue) = 81+84+86=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 86 - color contains mainly: blue. Hex color #515456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515456 is #AEABA9. Grayscale: #535353. Windows color (decimal): -11447210 or 5657681. OLE color: 5657681.

HSL color Cylindrical-coordinate representation of color #515456: hue angle of 204º 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 #515456 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB818486-
CMYK0.060.0200.66
HSL204º2.99%32.75%-
HSV(B)204º5.81%33.73%-
XYZ8.248.7610.06-
YUV83.33129.51126.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.27%
GREEN value IS 84 (33.20% from 255) = 33.47%
BLUE value IS 86 (33.98% from 255) = 34.26%
R=32.27%
G=33.47%
B=34.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8184860.060.0200.662042.9932.75
Hex51545662042cc321
Octal121124126620102314341
Binary10100011010100101011011010010000101100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515456; }

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

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

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

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

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

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

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

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