Html Css Color HEX #516060 River Bed

📋 copy color: '#516060'

red 81 ◦ green 96 ◦ blue 96

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

Shades of River Bed #516060

Tints of River Bed #516060

RGB

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

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

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

R = 29.67%
G = 35.16%
B = 35.16%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#516060 (or 0x516060) is known color: River Bed. HEX triplet: 51, 60 and 60. RGB value is (81,96,96). Sum of RGB (Red+Green+Blue) = 81+96+96=273 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.67% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 96 - color contains mainly: green, blue. Hex color #516060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516060 is #AE9F9F. Grayscale: #5B5B5B. Windows color (decimal): -11444128 or 6316113. OLE color: 6316113.

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

Color convert

RGB 81 96 96 -
CMYK 0.16 0 0 0.62
HSL 180º 0.08% 0.35% -
HSV(B) 180º 0.16% 0.38% -
XYZ 9.69 10.96 12.67 -
YUV 91.52 130.53 120.5 -
System Red Green Blue C M Y K H S L
Decimal 81 96 96 0.16 0 0 0.62 180 0.08 0.35
Hex 51 60 60 10 0 0 3E B4 8 23
Octal 121 140 140 20 0 0 76 264 10 43
Binary 1010001 1100000 1100000 10000 0 0 111110 10110100 1000 100011

Color Harmonies of #516060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516060

Black with #516060

Text Example


Text Example

White with #516060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516060; }

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

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

background-color css

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

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

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

border-color css

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

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

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