Html Css Color HEX #576160 River Bed

📋 copy color: '#576160'

red 87 ◦ green 97 ◦ blue 96

#576160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of River Bed #576160

Tints of River Bed #576160

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 value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#576160 (or 0x576160) is known color: 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

RGB 87 97 96 -
CMYK 0.10 0 0.01 0.62
HSL 174º 0.05% 0.36% -
HSV(B) 174º 0.1% 0.38% -
XYZ 10.32 11.42 12.73 -
YUV 93.9 129.19 123.08 -
System Red Green Blue C M Y K H S L
Decimal 87 97 96 0.10 0 0.01 0.62 174 0.05 0.36
Hex 57 61 60 A 0 1 3E AE 5 24
Octal 127 141 140 12 0 1 76 256 5 44
Binary 1010111 1100001 1100000 1010 0 1 111110 10101110 101 100100

Color Harmonies of #576160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576160

Black with #576160

Text Example


Text Example

White with #576160

Text Example


Text Example

HTML Codes & Css Web 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>