#516360

Color #516360 River Bed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of River Bed #516360

Tints of River Bed #516360

Color information

#516360 (or 0x516360) is unknown color: approx 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

RGB819996-
CMYK0.1800.030.61
HSL170º10%35.29%-
HSV(B)170º18.18%38.82%-
XYZ9.9711.5212.76-
YUV93.28129.54119.24-

RGB Variations

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

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 (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8199960.1800.030.611701035.29
Hex51636012033Daaa23
Octal1211431402203752521243
Binary10100011100011110000010010011111101101010101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>