Html Css Color HEX #546063 River Bed

📋 copy color: '#546063'

red 84 ◦ green 96 ◦ blue 99

#546063
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of River Bed #546063

Tints of River Bed #546063

RGB

 RED value IS 84 (33.2% from 255) = 30.11%

 GREEN value IS 96 (37.89% from 255) = 34.41%

 BLUE value IS 99 (39.06% from 255) = 35.48%

R = 30.11%
G = 34.41%
B = 35.48%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#546063 (or 0x546063) is known color: River Bed. HEX triplet: 54, 60 and 63. RGB value is (84,96,99). Sum of RGB (Red+Green+Blue) = 84+96+99=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 99 - color contains mainly: blue. Hex color #546063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546063 is #AB9F9C. Grayscale: #5C5C5C. Windows color (decimal): -11247517 or 6512724. OLE color: 6512724.

HSL color Cylindrical-coordinate representation of color #546063: hue angle of 192º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #546063 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 84 96 99 -
CMYK 0.15 0.03 0 0.61
HSL 192º 0.08% 0.36% -
HSV(B) 192º 0.15% 0.39% -
XYZ 10.09 11.15 13.42 -
YUV 92.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 84 96 99 0.15 0.03 0 0.61 192 0.08 0.36
Hex 54 60 63 F 3 0 3D C0 8 24
Octal 124 140 143 17 3 0 75 300 10 44
Binary 1010100 1100000 1100011 1111 11 0 111101 11000000 1000 100100

Color Harmonies of #546063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546063

Black with #546063

Text Example


Text Example

White with #546063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546063; }

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

 H1.HeaderClassName
 {
   color: #546063;
 }
 .AnyTagClassName
 {
   color: #546063;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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