#546061

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

Shades of River Bed #546061

Tints of River Bed #546061

Color information

#546061 (or 0x546061) is unknown color: approx River Bed. HEX triplet: 54, 60 and 61. RGB value is (84,96,97). Sum of RGB (Red+Green+Blue) = 84+96+97=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 97 - color contains mainly: blue. Hex color #546061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546061 is #AB9F9E. Grayscale: #5C5C5C. Windows color (decimal): -11247519 or 6381652. OLE color: 6381652.

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

Color convert

RGB849697-
CMYK0.130.0100.62
HSL184.62º7.18%35.49%-
HSV(B)184.62º13.4%38.04%-
XYZ1011.1112.93-
YUV92.53130.52121.92-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.32%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 97 (38.28% from 255) = 35.02%
R=30.32%
G=34.66%
B=35.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8496970.130.0100.62184.627.1835.49
Hex546061D103Eb9723
Octal124140141151076271743
Binary10101001100000110000111011011111010111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546061; }

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

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

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

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

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

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

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

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