Html Css Color HEX #546365 River Bed

📋 copy color: '#546365'

red 84 ◦ green 99 ◦ blue 101

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

Shades of River Bed #546365

Tints of River Bed #546365

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.86%

 BLUE value IS 101 (39.84% from 255) = 35.56%

R = 29.58%
G = 34.86%
B = 35.56%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#546365 (or 0x546365) is known color: River Bed. HEX triplet: 54, 63 and 65. RGB value is (84,99,101). Sum of RGB (Red+Green+Blue) = 84+99+101=284 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.58% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 101 - color contains mainly: blue. Hex color #546365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546365 is #AB9C9A. Grayscale: #5E5E5E. Windows color (decimal): -11246747 or 6644564. OLE color: 6644564.

HSL color Cylindrical-coordinate representation of color #546365: hue angle of 187.06º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #546365 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 84 99 101 -
CMYK 0.17 0.02 0 0.60
HSL 187.06º 0.09% 0.36% -
HSV(B) 187.06º 0.17% 0.4% -
XYZ 10.47 11.75 14.03 -
YUV 94.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 84 99 101 0.17 0.02 0 0.60 187.06 0.09 0.36
Hex 54 63 65 11 2 0 3C BB 9 24
Octal 124 143 145 21 2 0 74 273 11 44
Binary 1010100 1100011 1100101 10001 10 0 111100 10111011 1001 100100

Color Harmonies of #546365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546365

Black with #546365

Text Example


Text Example

White with #546365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546365; }

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

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

background-color css

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

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

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

border-color css

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

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

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