Html Css Color HEX #515E61 River Bed

📋 copy color: '#515E61'

red 81 ◦ green 94 ◦ blue 97

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

Shades of River Bed #515E61

Tints of River Bed #515E61

RGB

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

 GREEN value IS 94 (37.11% from 255) = 34.56%

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

R = 29.78%
G = 34.56%
B = 35.66%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#515E61 (or 0x515E61) is known color: River Bed. HEX triplet: 51, 5E and 61. RGB value is (81,94,97). Sum of RGB (Red+Green+Blue) = 81+94+97=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 94 (37.11% from 255 or 34.56% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 97 - color contains mainly: blue. Hex color #515E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515E61 is #AEA19E. Grayscale: #5A5A5A. Windows color (decimal): -11444639 or 6381137. OLE color: 6381137.

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

Color convert

RGB 81 94 97 -
CMYK 0.16 0.03 0 0.62
HSL 191.25º 0.09% 0.35% -
HSV(B) 191.25º 0.16% 0.38% -
XYZ 9.55 10.62 12.86 -
YUV 90.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 81 94 97 0.16 0.03 0 0.62 191.25 0.09 0.35
Hex 51 5E 61 10 3 0 3E BF 9 23
Octal 121 136 141 20 3 0 76 277 11 43
Binary 1010001 1011110 1100001 10000 11 0 111110 10111111 1001 100011

Color Harmonies of #515E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515E61

Black with #515E61

Text Example


Text Example

White with #515E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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