#546361

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

Shades of River Bed #546361

Tints of River Bed #546361

Color information

#546361 (or 0x546361) is unknown color: approx River Bed. HEX triplet: 54, 63 and 61. RGB value is (84,99,97). Sum of RGB (Red+Green+Blue) = 84+99+97=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 99 - color contains mainly: green. Hex color #546361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546361 is #AB9C9E. Grayscale: #5E5E5E. Windows color (decimal): -11246751 or 6382420. OLE color: 6382420.

HSL color Cylindrical-coordinate representation of color #546361: hue angle of 172º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #546361 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB849997-
CMYK0.1500.020.61
HSL172º8.2%35.88%-
HSV(B)172º15.15%38.82%-
XYZ10.2811.6713.02-
YUV94.29129.53120.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30%
GREEN value IS 99 (39.06% from 255) = 35.36%
BLUE value IS 97 (38.28% from 255) = 34.64%
R=30%
G=35.36%
B=34.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8499970.1500.020.611728.235.88
Hex546361F023Dac824
Octal1241431411702752541044
Binary1010100110001111000011111010111101101011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546361; }

 p { color: rgb(84,99,97); }

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

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

 a { background-color: rgb(84,99,97); }

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

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

 span { border-color: rgb(84,99,97); }

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