#546063

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

Shades of River Bed #546063

Tints of River Bed #546063

Color information

#546063 (or 0x546063) is unknown color: approx River Bed. HEX triplet: 54, 60 and 63. RGB value is (84,96,99). Sum of RGB (Red+Green+Blue) = 84+96+99=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 99 - color contains mainly: blue. Hex color #546063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546063 is #AB9F9C. Grayscale: #5C5C5C. Windows color (decimal): -11247517 or 6512724. OLE color: 6512724.

HSL color Cylindrical-coordinate representation of color #546063: hue angle of 192º 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 #546063 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB849699-
CMYK0.150.0300.61
HSL192º8.2%35.88%-
HSV(B)192º15.15%38.82%-
XYZ10.0911.1513.42-
YUV92.75131.52121.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.11%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 99 (39.06% from 255) = 35.48%
R=30.11%
G=34.41%
B=35.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8496990.150.0300.611928.235.88
Hex546063F303Dc0824
Octal1241401431730753001044
Binary1010100110000011000111111110111101110000001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546063; }

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

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

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

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

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

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

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

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