Html Css Color HEX #516564 River Bed

📋 copy color: '#516564'

red 81 ◦ green 101 ◦ blue 100

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

Shades of River Bed #516564

Tints of River Bed #516564

RGB

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

 GREEN value IS 101 (39.84% from 255) = 35.82%

 BLUE value IS 100 (39.45% from 255) = 35.46%

R = 28.72%
G = 35.82%
B = 35.46%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.60

RGB Variations

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

Color information

#516564 (or 0x516564) is known color: River Bed. HEX triplet: 51, 65 and 64. RGB value is (81,101,100). Sum of RGB (Red+Green+Blue) = 81+101+100=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 101 - color contains mainly: green. Hex color #516564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516564 is #AE9A9B. Grayscale: #5E5E5E. Windows color (decimal): -11442844 or 6579537. OLE color: 6579537.

HSL color Cylindrical-coordinate representation of color #516564: hue angle of 177º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #516564 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 101 100 -
CMYK 0.20 0 0.01 0.60
HSL 177º 0.11% 0.36% -
HSV(B) 177º 0.2% 0.4% -
XYZ 10.35 11.98 13.82 -
YUV 94.91 130.87 118.08 -
System Red Green Blue C M Y K H S L
Decimal 81 101 100 0.20 0 0.01 0.60 177 0.11 0.36
Hex 51 65 64 14 0 1 3C B1 B 24
Octal 121 145 144 24 0 1 74 261 13 44
Binary 1010001 1100101 1100100 10100 0 1 111100 10110001 1011 100100

Color Harmonies of #516564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516564

Black with #516564

Text Example


Text Example

White with #516564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516564; }

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

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

background-color css

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

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

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

border-color css

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

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

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