#516665

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

Shades of River Bed #516665

Tints of River Bed #516665

Color information

#516665 (or 0x516665) is unknown color: approx River Bed. HEX triplet: 51, 66 and 65. RGB value is (81,102,101). Sum of RGB (Red+Green+Blue) = 81+102+101=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 102 - color contains mainly: green. Hex color #516665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516665 is #AE999A. Grayscale: #5F5F5F. Windows color (decimal): -11442587 or 6645329. OLE color: 6645329.

HSL color Cylindrical-coordinate representation of color #516665: hue angle of 177.14º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #516665 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.6.

Color convert

RGB81102101-
CMYK0.2100.010.6
HSL177.14º11.48%35.88%-
HSV(B)177.14º20.59%40%-
XYZ10.4912.1914.11-
YUV95.61131.04117.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.52%
GREEN value IS 102 (40.23% from 255) = 35.92%
BLUE value IS 101 (39.84% from 255) = 35.56%
R=28.52%
G=35.92%
B=35.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal811021010.2100.010.6177.1411.4835.88
Hex51666515013Cb1b24
Octal1211461452501742611344
Binary1010001110011011001011010101111100101100011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516665; }

 p { color: rgb(81,102,101); }

 H1.HeaderClassName
 {
   color: #516665;
 }
 .AnyTagClassName
 {
   color: #516665;
 }
</style>
background-color css

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

 a { background-color: rgb(81,102,101); }

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

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

 span { border-color: rgb(81,102,101); }

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