Html Css Color HEX #516362 River Bed

📋 copy color: '#516362'

red 81 ◦ green 99 ◦ blue 98

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

Shades of River Bed #516362

Tints of River Bed #516362

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.61%

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

R = 29.14%
G = 35.61%
B = 35.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#516362 (or 0x516362) is known color: River Bed. HEX triplet: 51, 63 and 62. RGB value is (81,99,98). Sum of RGB (Red+Green+Blue) = 81+99+98=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 99 - color contains mainly: green. Hex color #516362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516362 is #AE9C9D. Grayscale: #5D5D5D. Windows color (decimal): -11443358 or 6447953. OLE color: 6447953.

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

Color convert

RGB 81 99 98 -
CMYK 0.18 0 0.01 0.61
HSL 176.67º 0.1% 0.35% -
HSV(B) 176.67º 0.18% 0.39% -
XYZ 10.06 11.55 13.26 -
YUV 93.5 130.54 119.08 -
System Red Green Blue C M Y K H S L
Decimal 81 99 98 0.18 0 0.01 0.61 176.67 0.1 0.35
Hex 51 63 62 12 0 1 3D B1 A 23
Octal 121 143 142 22 0 1 75 261 12 43
Binary 1010001 1100011 1100010 10010 0 1 111101 10110001 1010 100011

Color Harmonies of #516362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516362

Black with #516362

Text Example


Text Example

White with #516362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516362; }

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

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

background-color css

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

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

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

border-color css

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

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

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