#55595B

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

Shades of Trout #55595B

Tints of Trout #55595B

Color information

#55595B (or 0x55595B) is unknown color: approx Trout. HEX triplet: 55, 59 and 5B. RGB value is (85,89,91). Sum of RGB (Red+Green+Blue) = 85+89+91=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 91 - color contains mainly: blue. Hex color #55595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55595B is #AAA6A4. Grayscale: #585858. Windows color (decimal): -11183781 or 5986645. OLE color: 5986645.

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

Color convert

RGB858991-
CMYK0.070.0200.64
HSL200º3.41%34.51%-
HSV(B)200º6.59%35.69%-
XYZ9.219.8311.31-
YUV88.03129.67125.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.08%
GREEN value IS 89 (35.16% from 255) = 33.58%
BLUE value IS 91 (35.94% from 255) = 34.34%
R=32.08%
G=33.58%
B=34.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8589910.070.0200.642003.4134.51
Hex55595B72040c8323
Octal125131133720100310343
Binary10101011011001101101111110010000001100100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55595B; }

 p { color: rgb(85,89,91); }

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

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

 a { background-color: rgb(85,89,91); }

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

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

 span { border-color: rgb(85,89,91); }

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