#515253

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

Shades of Trout #515253

Tints of Trout #515253

Color information

#515253 (or 0x515253) is unknown color: approx Trout. HEX triplet: 51, 52 and 53. RGB value is (81,82,83). Sum of RGB (Red+Green+Blue) = 81+82+83=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 83 - color contains mainly: blue. Hex color #515253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515253 is #AEADAC. Grayscale: #515151. Windows color (decimal): -11447725 or 5460561. OLE color: 5460561.

HSL color Cylindrical-coordinate representation of color #515253: hue angle of 210º degrees, saturation: 0.01, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #515253 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB818283-
CMYK0.020.0100.67
HSL210º1.22%32.16%-
HSV(B)210º2.41%32.55%-
XYZ7.978.419.39-
YUV81.82128.67127.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 32.93%
GREEN value IS 82 (32.42% from 255) = 33.33%
BLUE value IS 83 (32.81% from 255) = 33.74%
R=32.93%
G=33.33%
B=33.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8182830.020.0100.672101.2232.16
Hex51525321043d2120
Octal121122123210103322140
Binary10100011010010101001110101000011110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515253; }

 p { color: rgb(81,82,83); }

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

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

 a { background-color: rgb(81,82,83); }

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

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

 span { border-color: rgb(81,82,83); }

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