#535758

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

Shades of Trout #535758

Tints of Trout #535758

Color information

#535758 (or 0x535758) is unknown color: approx Trout. HEX triplet: 53, 57 and 58. RGB value is (83,87,88). Sum of RGB (Red+Green+Blue) = 83+87+88=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 88 - color contains mainly: blue. Hex color #535758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535758 is #ACA8A7. Grayscale: #555555. Windows color (decimal): -11315368 or 5789523. OLE color: 5789523.

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

Color convert

RGB838788-
CMYK0.060.0100.65
HSL192º2.92%33.53%-
HSV(B)192º5.68%34.51%-
XYZ8.749.3610.58-
YUV85.92129.17125.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.17%
GREEN value IS 87 (34.38% from 255) = 33.72%
BLUE value IS 88 (34.77% from 255) = 34.11%
R=32.17%
G=33.72%
B=34.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8387880.060.0100.651922.9233.53
Hex53575861041c0322
Octal123127130610101300342
Binary1010011101011110110001101010000011100000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #535758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #535758; }

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

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

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

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

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

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

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

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