Html Css Color HEX #576061 River Bed

📋 copy color: '#576061'

red 87 ◦ green 96 ◦ blue 97

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

Shades of River Bed #576061

Tints of River Bed #576061

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

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

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

RGB 87 96 97 -
CMYK 0.10 0.01 0 0.62
HSL 186º 0.05% 0.36% -
HSV(B) 186º 0.1% 0.38% -
XYZ 10.27 11.26 12.94 -
YUV 93.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 87 96 97 0.10 0.01 0 0.62 186 0.05 0.36
Hex 57 60 61 A 1 0 3E BA 5 24
Octal 127 140 141 12 1 0 76 272 5 44
Binary 1010111 1100000 1100001 1010 1 0 111110 10111010 101 100100

Color Harmonies of #576061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576061

Black with #576061

Text Example


Text Example

White with #576061

Text Example


Text Example

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