#576060

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

Shades of River Bed #576060

Tints of River Bed #576060

Color information

#576060 (or 0x576060) is unknown color: approx River Bed. HEX triplet: 57, 60 and 60. RGB value is (87,96,96). Sum of RGB (Red+Green+Blue) = 87+96+96=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #576060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576060 is #A89F9F. Grayscale: #5D5D5D. Windows color (decimal): -11050912 or 6316119. OLE color: 6316119.

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

Color convert

RGB879696-
CMYK0.09000.62
HSL180º4.92%35.88%-
HSV(B)180º9.38%37.65%-
XYZ10.2211.2412.7-
YUV93.31129.52123.5-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.18%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 96 (37.89% from 255) = 34.41%
R=31.18%
G=34.41%
B=34.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8796960.09000.621804.9235.88
Hex5760609003Eb4524
Octal127140140110076264544
Binary10101111100000110000010010011111010110100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576060; }

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

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

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

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

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

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

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

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