#51605F

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

Shades of River Bed #51605F

Tints of River Bed #51605F

Color information

#51605F (or 0x51605F) is unknown color: approx River Bed. HEX triplet: 51, 60 and 5F. RGB value is (81,96,95). Sum of RGB (Red+Green+Blue) = 81+96+95=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 96 - color contains mainly: green. Hex color #51605F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51605F is #AE9FA0. Grayscale: #5B5B5B. Windows color (decimal): -11444129 or 6250577. OLE color: 6250577.

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

Color convert

RGB819695-
CMYK0.1600.010.62
HSL176º8.47%34.71%-
HSV(B)176º15.62%37.65%-
XYZ9.6410.9412.43-
YUV91.4130.03120.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.78%
GREEN value IS 96 (37.89% from 255) = 35.29%
BLUE value IS 95 (37.5% from 255) = 34.93%
R=29.78%
G=35.29%
B=34.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8196950.1600.010.621768.4734.71
Hex51605F10013Eb0823
Octal1211401372001762601043
Binary1010001110000010111111000001111110101100001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51605F; }

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

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

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

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

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

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

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

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