Html Css Color HEX #516463 River Bed

📋 copy color: '#516463'

red 81 ◦ green 100 ◦ blue 99

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

Shades of River Bed #516463

Tints of River Bed #516463

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.71%

 BLUE value IS 99 (39.06% from 255) = 35.36%

R = 28.93%
G = 35.71%
B = 35.36%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#516463 (or 0x516463) is known color: River Bed. HEX triplet: 51, 64 and 63. RGB value is (81,100,99). Sum of RGB (Red+Green+Blue) = 81+100+99=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 100 - color contains mainly: green. Hex color #516463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516463 is #AE9B9C. Grayscale: #5E5E5E. Windows color (decimal): -11443101 or 6513745. OLE color: 6513745.

HSL color Cylindrical-coordinate representation of color #516463: hue angle of 176.84º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #516463 is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 100 99 -
CMYK 0.19 0 0.01 0.61
HSL 176.84º 0.1% 0.35% -
HSV(B) 176.84º 0.19% 0.39% -
XYZ 10.2 11.76 13.54 -
YUV 94.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 81 100 99 0.19 0 0.01 0.61 176.84 0.1 0.35
Hex 51 64 63 13 0 1 3D B1 A 23
Octal 121 144 143 23 0 1 75 261 12 43
Binary 1010001 1100100 1100011 10011 0 1 111101 10110001 1010 100011

Color Harmonies of #516463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516463

Black with #516463

Text Example


Text Example

White with #516463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516463; }

 p { color: rgb(81,100,99); }

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

background-color css

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

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

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

border-color css

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

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

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