#555758

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

Shades of Trout #555758

Tints of Trout #555758

Color information

#555758 (or 0x555758) is unknown color: approx Trout. HEX triplet: 55, 57 and 58. RGB value is (85,87,88). Sum of RGB (Red+Green+Blue) = 85+87+88=260 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.69% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 88 - color contains mainly: blue. Hex color #555758 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555758 is #AAA8A7. Grayscale: #565656. Windows color (decimal): -11184296 or 5789525. OLE color: 5789525.

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

Color convert

RGB858788-
CMYK0.030.0100.65
HSL200º1.73%33.92%-
HSV(B)200º3.41%34.51%-
XYZ8.929.4510.59-
YUV86.52128.84126.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.69%
GREEN value IS 87 (34.38% from 255) = 33.46%
BLUE value IS 88 (34.77% from 255) = 33.85%
R=32.69%
G=33.46%
B=33.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8587880.030.0100.652001.7333.92
Hex55575831041c8222
Octal125127130310101310242
Binary101010110101111011000111010000011100100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555758; }

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

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

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

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

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

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

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

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