#576061

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

Shades of River Bed #576061

Tints of River Bed #576061

Color information

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

HSL color Cylindrical-coordinate representation of color #576061: hue angle of 186º 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 #576061 is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB879697-
CMYK0.100.0100.62
HSL186º5.43%36.08%-
HSV(B)186º10.31%38.04%-
XYZ10.2711.2612.94-
YUV93.42130.02123.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8796970.100.0100.621865.4336.08
Hex576061A103Eba524
Octal127140141121076272544
Binary10101111100000110000110101011111010111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576061; }

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

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

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

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

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

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

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

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