Html Css Color HEX #55595B Trout

📋 copy color: '#55595B'

red 85 ◦ green 89 ◦ blue 91

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

Shades of Trout #55595B

Tints of Trout #55595B

RGB

 RED value IS 85 (33.59% from 255) = 32.08%

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

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

R = 32.08%
G = 33.58%
B = 34.34%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#55595B (or 0x55595B) is known color: Trout. HEX triplet: 55, 59 and 5B. RGB value is (85,89,91). Sum of RGB (Red+Green+Blue) = 85+89+91=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 91 - color contains mainly: blue. Hex color #55595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55595B is #AAA6A4. Grayscale: #585858. Windows color (decimal): -11183781 or 5986645. OLE color: 5986645.

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

Color convert

RGB 85 89 91 -
CMYK 0.07 0.02 0 0.64
HSL 200º 0.03% 0.35% -
HSV(B) 200º 0.07% 0.36% -
XYZ 9.21 9.83 11.31 -
YUV 88.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 85 89 91 0.07 0.02 0 0.64 200 0.03 0.35
Hex 55 59 5B 7 2 0 40 C8 3 23
Octal 125 131 133 7 2 0 100 310 3 43
Binary 1010101 1011001 1011011 111 10 0 1000000 11001000 11 100011

Color Harmonies of #55595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55595B

Black with #55595B

Text Example


Text Example

White with #55595B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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