Html Css Color HEX #516360 River Bed

📋 copy color: '#516360'

red 81 ◦ green 99 ◦ blue 96

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

Shades of River Bed #516360

Tints of River Bed #516360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.78%

R = 29.35%
G = 35.87%
B = 34.78%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#516360 (or 0x516360) is known color: River Bed. HEX triplet: 51, 63 and 60. RGB value is (81,99,96). Sum of RGB (Red+Green+Blue) = 81+99+96=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 99 - color contains mainly: green. Hex color #516360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516360 is #AE9C9F. Grayscale: #5D5D5D. Windows color (decimal): -11443360 or 6316881. OLE color: 6316881.

HSL color Cylindrical-coordinate representation of color #516360: hue angle of 170º 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 #516360 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 99 96 -
CMYK 0.18 0 0.03 0.61
HSL 170º 0.1% 0.35% -
HSV(B) 170º 0.18% 0.39% -
XYZ 9.97 11.52 12.76 -
YUV 93.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 81 99 96 0.18 0 0.03 0.61 170 0.1 0.35
Hex 51 63 60 12 0 3 3D AA A 23
Octal 121 143 140 22 0 3 75 252 12 43
Binary 1010001 1100011 1100000 10010 0 11 111101 10101010 1010 100011

Color Harmonies of #516360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516360

Black with #516360

Text Example


Text Example

White with #516360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516360; }

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

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

background-color css

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

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

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

border-color css

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

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

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