#546062

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

Shades of River Bed #546062

Tints of River Bed #546062

Color information

#546062 (or 0x546062) is unknown color: approx River Bed. HEX triplet: 54, 60 and 62. RGB value is (84,96,98). Sum of RGB (Red+Green+Blue) = 84+96+98=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 98 - color contains mainly: blue. Hex color #546062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546062 is #AB9F9D. Grayscale: #5C5C5C. Windows color (decimal): -11247518 or 6447188. OLE color: 6447188.

HSL color Cylindrical-coordinate representation of color #546062: hue angle of 188.57º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #546062 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB849698-
CMYK0.140.0200.62
HSL188.57º7.69%35.69%-
HSV(B)188.57º14.29%38.43%-
XYZ10.0411.1313.17-
YUV92.64131.02121.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.22%
GREEN value IS 96 (37.89% from 255) = 34.53%
BLUE value IS 98 (38.67% from 255) = 35.25%
R=30.22%
G=34.53%
B=35.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8496980.140.0200.62188.577.6935.69
Hex546062E203Ebd824
Octal1241401421620762751044
Binary1010100110000011000101110100111110101111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546062; }

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

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

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

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

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

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

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

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