#546868

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

Shades of River Bed #546868

Tints of River Bed #546868

Color information

#546868 (or 0x546868) is unknown color: approx River Bed. HEX triplet: 54, 68 and 68. RGB value is (84,104,104). Sum of RGB (Red+Green+Blue) = 84+104+104=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 104 - color contains mainly: green, blue. Hex color #546868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546868 is #AB9797. Grayscale: #626262. Windows color (decimal): -11245464 or 6842452. OLE color: 6842452.

HSL color Cylindrical-coordinate representation of color #546868: hue angle of 180º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #546868 is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB84104104-
CMYK0.19000.59
HSL180º10.64%36.86%-
HSV(B)180º19.23%40.78%-
XYZ11.1112.7814.98-
YUV98.02131.37118-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.77%
GREEN value IS 104 (41.02% from 255) = 35.62%
BLUE value IS 104 (41.02% from 255) = 35.62%
R=28.77%
G=35.62%
B=35.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal841041040.19000.5918010.6436.86
Hex54686813003Bb4b25
Octal1241501502300732641345
Binary1010100110100011010001001100111011101101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546868; }

 p { color: rgb(84,104,104); }

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

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

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

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

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

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

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