#546265

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

Shades of River Bed #546265

Tints of River Bed #546265

Color information

#546265 (or 0x546265) is unknown color: approx River Bed. HEX triplet: 54, 62 and 65. RGB value is (84,98,101). Sum of RGB (Red+Green+Blue) = 84+98+101=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 101 - color contains mainly: blue. Hex color #546265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546265 is #AB9D9A. Grayscale: #5E5E5E. Windows color (decimal): -11247003 or 6644308. OLE color: 6644308.

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

Color convert

RGB8498101-
CMYK0.170.0300.60
HSL190.59º9.19%36.27%-
HSV(B)190.59º16.83%39.61%-
XYZ10.3711.5614-
YUV94.16131.86120.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.68%
GREEN value IS 98 (38.67% from 255) = 34.63%
BLUE value IS 101 (39.84% from 255) = 35.69%
R=29.68%
G=34.63%
B=35.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal84981010.170.0300.60190.599.1936.27
Hex54626511303Cbf924
Octal1241421452130742771144
Binary10101001100010110010110001110111100101111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546265; }

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

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

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

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

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

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

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

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