#55595A

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

Shades of River Bed #55595A

Tints of River Bed #55595A

Color information

#55595A (or 0x55595A) is unknown color: approx River Bed. HEX triplet: 55, 59 and 5A. RGB value is (85,89,90). Sum of RGB (Red+Green+Blue) = 85+89+90=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 90 - color contains mainly: blue. Hex color #55595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55595A is #AAA6A5. Grayscale: #575757. Windows color (decimal): -11183782 or 5921109. OLE color: 5921109.

HSL color Cylindrical-coordinate representation of color #55595A: 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 #55595A is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB858990-
CMYK0.060.0100.65
HSL192º2.86%34.31%-
HSV(B)192º5.56%35.29%-
XYZ9.169.8111.08-
YUV87.92129.17125.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.20%
GREEN value IS 89 (35.16% from 255) = 33.71%
BLUE value IS 90 (35.55% from 255) = 34.09%
R=32.20%
G=33.71%
B=34.09%

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
Decimal8589900.060.0100.651922.8634.31
Hex55595A61041c0322
Octal125131132610101300342
Binary1010101101100110110101101010000011100000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55595A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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