#535759

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

Shades of Trout #535759

Tints of Trout #535759

Color information

#535759 (or 0x535759) is unknown color: approx Trout. HEX triplet: 53, 57 and 59. RGB value is (83,87,89). Sum of RGB (Red+Green+Blue) = 83+87+89=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 89 (35.16% from 255 or 34.36% from 259); Max value from RGB is 89 - color contains mainly: blue. Hex color #535759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535759 is #ACA8A6. Grayscale: #565656. Windows color (decimal): -11315367 or 5855059. OLE color: 5855059.

HSL color Cylindrical-coordinate representation of color #535759: hue angle of 200º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #535759 is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB838789-
CMYK0.070.0200.65
HSL200º3.49%33.73%-
HSV(B)200º6.74%34.9%-
XYZ8.789.3810.8-
YUV86.03129.67125.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.05%
GREEN value IS 87 (34.38% from 255) = 33.59%
BLUE value IS 89 (35.16% from 255) = 34.36%
R=32.05%
G=33.59%
B=34.36%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8387890.070.0200.652003.4933.73
Hex53575972041c8322
Octal123127131720101310342
Binary10100111010111101100111110010000011100100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535759; }

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

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

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

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

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

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

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

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