#546769

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

Shades of River Bed #546769

Tints of River Bed #546769

Color information

#546769 (or 0x546769) is unknown color: approx River Bed. HEX triplet: 54, 67 and 69. RGB value is (84,103,105). Sum of RGB (Red+Green+Blue) = 84+103+105=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 105 - color contains mainly: blue. Hex color #546769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546769 is #AB9896. Grayscale: #616161. Windows color (decimal): -11245719 or 6907732. OLE color: 6907732.

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

Color convert

RGB84103105-
CMYK0.200.0200.59
HSL185.71º11.11%37.06%-
HSV(B)185.71º20%41.18%-
XYZ11.0612.6115.21-
YUV97.55132.21118.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.77%
GREEN value IS 103 (40.62% from 255) = 35.27%
BLUE value IS 105 (41.41% from 255) = 35.96%
R=28.77%
G=35.27%
B=35.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal841031050.200.0200.59185.7111.1137.06
Hex54676914203Bbab25
Octal1241471512420732721345
Binary10101001100111110100110100100111011101110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546769; }

 p { color: rgb(84,103,105); }

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

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

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

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

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

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

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