#546261

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

Shades of River Bed #546261

Tints of River Bed #546261

Color information

#546261 (or 0x546261) is unknown color: approx River Bed. HEX triplet: 54, 62 and 61. RGB value is (84,98,97). Sum of RGB (Red+Green+Blue) = 84+98+97=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 98 - color contains mainly: green. Hex color #546261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546261 is #AB9D9E. Grayscale: #5D5D5D. Windows color (decimal): -11247007 or 6382164. OLE color: 6382164.

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

Color convert

RGB849897-
CMYK0.1400.010.62
HSL175.71º7.69%35.69%-
HSV(B)175.71º14.29%38.43%-
XYZ10.1811.4812.99-
YUV93.7129.86121.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.11%
GREEN value IS 98 (38.67% from 255) = 35.13%
BLUE value IS 97 (38.28% from 255) = 34.77%
R=30.11%
G=35.13%
B=34.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8498970.1400.010.62175.717.6935.69
Hex546261E013Eb0824
Octal1241421411601762601044
Binary101010011000101100001111001111110101100001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546261; }

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

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

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

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

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

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

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

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