#576160

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

Shades of River Bed #576160

Tints of River Bed #576160

Color information

#576160 (or 0x576160) is unknown color: approx River Bed. HEX triplet: 57, 61 and 60. RGB value is (87,97,96). Sum of RGB (Red+Green+Blue) = 87+97+96=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 97 - color contains mainly: green. Hex color #576160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576160 is #A89E9F. Grayscale: #5D5D5D. Windows color (decimal): -11050656 or 6316375. OLE color: 6316375.

HSL color Cylindrical-coordinate representation of color #576160: hue angle of 174º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #576160 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB879796-
CMYK0.1000.010.62
HSL174º5.43%36.08%-
HSV(B)174º10.31%38.04%-
XYZ10.3211.4212.73-
YUV93.9129.19123.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.07%
GREEN value IS 97 (38.28% from 255) = 34.64%
BLUE value IS 96 (37.89% from 255) = 34.29%
R=31.07%
G=34.64%
B=34.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8797960.1000.010.621745.4336.08
Hex576160A013Eae524
Octal127141140120176256544
Binary10101111100001110000010100111111010101110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576160; }

 p { color: rgb(87,97,96); }

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

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

 a { background-color: rgb(87,97,96); }

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

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

 span { border-color: rgb(87,97,96); }

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