#546668

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

Shades of River Bed #546668

Tints of River Bed #546668

Color information

#546668 (or 0x546668) is unknown color: approx River Bed. HEX triplet: 54, 66 and 68. RGB value is (84,102,104). Sum of RGB (Red+Green+Blue) = 84+102+104=290 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.97% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 104 - color contains mainly: blue. Hex color #546668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546668 is #AB9997. Grayscale: #606060. Windows color (decimal): -11245976 or 6841940. OLE color: 6841940.

HSL color Cylindrical-coordinate representation of color #546668: hue angle of 186º 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 #546668 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB84102104-
CMYK0.190.0200.59
HSL186º10.64%36.86%-
HSV(B)186º19.23%40.78%-
XYZ10.9112.3914.91-
YUV96.85132.04118.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.97%
GREEN value IS 102 (40.23% from 255) = 35.17%
BLUE value IS 104 (41.02% from 255) = 35.86%
R=28.97%
G=35.17%
B=35.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal841021040.190.0200.5918610.6436.86
Hex54666813203Bbab25
Octal1241461502320732721345
Binary10101001100110110100010011100111011101110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546668; }

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

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

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

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

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

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

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

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