#576063

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

Shades of River Bed #576063

Tints of River Bed #576063

Color information

#576063 (or 0x576063) is unknown color: approx River Bed. HEX triplet: 57, 60 and 63. RGB value is (87,96,99). Sum of RGB (Red+Green+Blue) = 87+96+99=282 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.85% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 99 - color contains mainly: blue. Hex color #576063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576063 is #A89F9C. Grayscale: #5D5D5D. Windows color (decimal): -11050909 or 6512727. OLE color: 6512727.

HSL color Cylindrical-coordinate representation of color #576063: hue angle of 195º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #576063 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB879699-
CMYK0.120.0300.61
HSL195º6.45%36.47%-
HSV(B)195º12.12%38.82%-
XYZ10.3711.2913.44-
YUV93.65131.02123.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.85%
GREEN value IS 96 (37.89% from 255) = 34.04%
BLUE value IS 99 (39.06% from 255) = 35.11%
R=30.85%
G=34.04%
B=35.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8796990.120.0300.611956.4536.47
Hex576063C303Dc3624
Octal127140143143075303644
Binary101011111000001100011110011011110111000011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576063; }

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

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

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

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

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

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

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

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