Html Css Color HEX #516061 River Bed

📋 copy color: '#516061'

red 81 ◦ green 96 ◦ blue 97

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

Shades of River Bed #516061

Tints of River Bed #516061

RGB

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

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

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

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

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #516061: hue angle of 183.75º 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 #516061 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 96 97 -
CMYK 0.16 0.01 0 0.62
HSL 183.75º 0.09% 0.35% -
HSV(B) 183.75º 0.16% 0.38% -
XYZ 9.73 10.98 12.92 -
YUV 91.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 81 96 97 0.16 0.01 0 0.62 183.75 0.09 0.35
Hex 51 60 61 10 1 0 3E B8 9 23
Octal 121 140 141 20 1 0 76 270 11 43
Binary 1010001 1100000 1100001 10000 1 0 111110 10111000 1001 100011

Color Harmonies of #516061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516061

Black with #516061

Text Example


Text Example

White with #516061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516061; }

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

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

background-color css

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

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

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

border-color css

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

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

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