Html Css Color HEX #54595A River Bed

📋 copy color: '#54595A'

red 84 ◦ green 89 ◦ blue 90

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

Shades of River Bed #54595A

Tints of River Bed #54595A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.84%

 BLUE value IS 90 (35.55% from 255) = 34.22%

R = 31.94%
G = 33.84%
B = 34.22%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#54595A (or 0x54595A) is known color: River Bed. HEX triplet: 54, 59 and 5A. RGB value is (84,89,90). Sum of RGB (Red+Green+Blue) = 84+89+90=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 89 (35.16% from 255 or 33.84% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 90 - color contains mainly: blue. Hex color #54595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54595A is #ABA6A5. Grayscale: #575757. Windows color (decimal): -11249318 or 5921108. OLE color: 5921108.

HSL color Cylindrical-coordinate representation of color #54595A: hue angle of 190º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #54595A is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 84 89 90 -
CMYK 0.07 0.01 0 0.65
HSL 190º 0.03% 0.34% -
HSV(B) 190º 0.07% 0.35% -
XYZ 9.07 9.77 11.08 -
YUV 87.62 129.34 125.42 -
System Red Green Blue C M Y K H S L
Decimal 84 89 90 0.07 0.01 0 0.65 190 0.03 0.34
Hex 54 59 5A 7 1 0 41 BE 3 22
Octal 124 131 132 7 1 0 101 276 3 42
Binary 1010100 1011001 1011010 111 1 0 1000001 10111110 11 100010

Color Harmonies of #54595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54595A

Black with #54595A

Text Example


Text Example

White with #54595A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54595A; }

 p { color: rgb(84,89,90); }

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

background-color css

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

 a { background-color: rgb(84,89,90); }

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

border-color css

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

 span { border-color: rgb(84,89,90); }

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