#546365

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

Shades of River Bed #546365

Tints of River Bed #546365

Color information

#546365 (or 0x546365) is unknown color: approx River Bed. HEX triplet: 54, 63 and 65. RGB value is (84,99,101). Sum of RGB (Red+Green+Blue) = 84+99+101=284 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.58% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 101 - color contains mainly: blue. Hex color #546365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546365 is #AB9C9A. Grayscale: #5E5E5E. Windows color (decimal): -11246747 or 6644564. OLE color: 6644564.

HSL color Cylindrical-coordinate representation of color #546365: hue angle of 187.06º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #546365 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8499101-
CMYK0.170.0200.60
HSL187.06º9.19%36.27%-
HSV(B)187.06º16.83%39.61%-
XYZ10.4711.7514.03-
YUV94.74131.53120.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.58%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 101 (39.84% from 255) = 35.56%
R=29.58%
G=34.86%
B=35.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84991010.170.0200.60187.069.1936.27
Hex54636511203Cbb924
Octal1241431452120742731144
Binary10101001100011110010110001100111100101110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546365; }

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

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

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

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

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

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

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

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