Html Css Color HEX #516162 River Bed

📋 copy color: '#516162'

red 81 ◦ green 97 ◦ blue 98

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

Shades of River Bed #516162

Tints of River Bed #516162

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.14%

 BLUE value IS 98 (38.67% from 255) = 35.51%

R = 29.35%
G = 35.14%
B = 35.51%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#516162 (or 0x516162) is known color: River Bed. HEX triplet: 51, 61 and 62. RGB value is (81,97,98). Sum of RGB (Red+Green+Blue) = 81+97+98=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 98 - color contains mainly: blue. Hex color #516162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516162 is #AE9E9D. Grayscale: #5C5C5C. Windows color (decimal): -11443870 or 6447441. OLE color: 6447441.

HSL color Cylindrical-coordinate representation of color #516162: hue angle of 183.53º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #516162 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 97 98 -
CMYK 0.17 0.01 0 0.62
HSL 183.53º 0.09% 0.35% -
HSV(B) 183.53º 0.17% 0.38% -
XYZ 9.87 11.18 13.19 -
YUV 92.33 131.2 119.92 -
System Red Green Blue C M Y K H S L
Decimal 81 97 98 0.17 0.01 0 0.62 183.53 0.09 0.35
Hex 51 61 62 11 1 0 3E B8 9 23
Octal 121 141 142 21 1 0 76 270 11 43
Binary 1010001 1100001 1100010 10001 1 0 111110 10111000 1001 100011

Color Harmonies of #516162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516162

Black with #516162

Text Example


Text Example

White with #516162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516162; }

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

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

background-color css

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

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

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

border-color css

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

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

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