#555859

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

Shades of Trout #555859

Tints of Trout #555859

Color information

#555859 (or 0x555859) is unknown color: approx Trout. HEX triplet: 55, 58 and 59. RGB value is (85,88,89). Sum of RGB (Red+Green+Blue) = 85+88+89=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 89 (35.16% from 255 or 33.97% from 262); Max value from RGB is 89 - color contains mainly: blue. Hex color #555859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555859 is #AAA7A6. Grayscale: #575757. Windows color (decimal): -11184039 or 5855317. OLE color: 5855317.

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

Color convert

RGB858889-
CMYK0.040.0100.65
HSL195º2.3%34.12%-
HSV(B)195º4.49%34.9%-
XYZ9.049.6310.83-
YUV87.22129.01126.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.44%
GREEN value IS 88 (34.77% from 255) = 33.59%
BLUE value IS 89 (35.16% from 255) = 33.97%
R=32.44%
G=33.59%
B=33.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8588890.040.0100.651952.334.12
Hex55585941041c3222
Octal125130131410101303242
Binary1010101101100010110011001010000011100001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555859; }

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

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

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

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

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

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

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

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