Html Css Color HEX #54595B Trout

📋 copy color: '#54595B'

red 84 ◦ green 89 ◦ blue 91

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

Shades of Trout #54595B

Tints of Trout #54595B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.47%

R = 31.82%
G = 33.71%
B = 34.47%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#54595B (or 0x54595B) is known color: Trout. HEX triplet: 54, 59 and 5B. RGB value is (84,89,91). Sum of RGB (Red+Green+Blue) = 84+89+91=264 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.82% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 91 - color contains mainly: blue. Hex color #54595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54595B is #ABA6A4. Grayscale: #575757. Windows color (decimal): -11249317 or 5986644. OLE color: 5986644.

HSL color Cylindrical-coordinate representation of color #54595B: hue angle of 197.14º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #54595B is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 84 89 91 -
CMYK 0.08 0.02 0 0.64
HSL 197.14º 0.04% 0.34% -
HSV(B) 197.14º 0.08% 0.36% -
XYZ 9.12 9.78 11.31 -
YUV 87.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 84 89 91 0.08 0.02 0 0.64 197.14 0.04 0.34
Hex 54 59 5B 8 2 0 40 C5 4 22
Octal 124 131 133 10 2 0 100 305 4 42
Binary 1010100 1011001 1011011 1000 10 0 1000000 11000101 100 100010

Color Harmonies of #54595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54595B

Black with #54595B

Text Example


Text Example

White with #54595B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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