Html Css Color HEX #516160 River Bed

📋 copy color: '#516160'

red 81 ◦ green 97 ◦ blue 96

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

Shades of River Bed #516160

Tints of River Bed #516160

RGB

 RED value IS 81 (32.03% from 255) = 29.56%

 GREEN value IS 97 (38.28% from 255) = 35.4%

 BLUE value IS 96 (37.89% from 255) = 35.04%

R = 29.56%
G = 35.4%
B = 35.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#516160 (or 0x516160) is known color: River Bed. HEX triplet: 51, 61 and 60. RGB value is (81,97,96). Sum of RGB (Red+Green+Blue) = 81+97+96=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 97 - color contains mainly: green. Hex color #516160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516160 is #AE9E9F. Grayscale: #5C5C5C. Windows color (decimal): -11443872 or 6316369. OLE color: 6316369.

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

Color convert

RGB 81 97 96 -
CMYK 0.16 0 0.01 0.62
HSL 176.25º 0.09% 0.35% -
HSV(B) 176.25º 0.16% 0.38% -
XYZ 9.78 11.14 12.7 -
YUV 92.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 81 97 96 0.16 0 0.01 0.62 176.25 0.09 0.35
Hex 51 61 60 10 0 1 3E B0 9 23
Octal 121 141 140 20 0 1 76 260 11 43
Binary 1010001 1100001 1100000 10000 0 1 111110 10110000 1001 100011

Color Harmonies of #516160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516160

Black with #516160

Text Example


Text Example

White with #516160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516160; }

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

 H1.HeaderClassName
 {
   color: #516160;
 }
 .AnyTagClassName
 {
   color: #516160;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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