#535657

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

Shades of Trout #535657

Tints of Trout #535657

Color information

#535657 (or 0x535657) is unknown color: approx Trout. HEX triplet: 53, 56 and 57. RGB value is (83,86,87). Sum of RGB (Red+Green+Blue) = 83+86+87=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 87 - color contains mainly: blue. Hex color #535657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535657 is #ACA9A8. Grayscale: #555555. Windows color (decimal): -11315625 or 5723731. OLE color: 5723731.

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

Color convert

RGB838687-
CMYK0.050.0100.66
HSL195º2.35%33.33%-
HSV(B)195º4.6%34.12%-
XYZ8.629.1810.34-
YUV85.22129.01126.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.42%
GREEN value IS 86 (33.98% from 255) = 33.59%
BLUE value IS 87 (34.38% from 255) = 33.98%
R=32.42%
G=33.59%
B=33.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8386870.050.0100.661952.3533.33
Hex53565751042c3221
Octal123126127510102303241
Binary1010011101011010101111011010000101100001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535657; }

 p { color: rgb(83,86,87); }

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

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

 a { background-color: rgb(83,86,87); }

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

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

 span { border-color: rgb(83,86,87); }

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