Html Css Color HEX #52595B Trout

📋 copy color: '#52595B'

red 82 ◦ green 89 ◦ blue 91

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

Shades of Trout #52595B

Tints of Trout #52595B

RGB

 RED value IS 82 (32.42% from 255) = 31.3%

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

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

R = 31.3%
G = 33.97%
B = 34.73%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#52595B (or 0x52595B) is known color: Trout. HEX triplet: 52, 59 and 5B. RGB value is (82,89,91). Sum of RGB (Red+Green+Blue) = 82+89+91=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 89 (35.16% from 255 or 33.97% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 91 - color contains mainly: blue. Hex color #52595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52595B is #ADA6A4. Grayscale: #575757. Windows color (decimal): -11380389 or 5986642. OLE color: 5986642.

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

Color convert

RGB 82 89 91 -
CMYK 0.10 0.02 0 0.64
HSL 193.33º 0.05% 0.34% -
HSV(B) 193.33º 0.1% 0.36% -
XYZ 8.94 9.69 11.3 -
YUV 87.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 82 89 91 0.10 0.02 0 0.64 193.33 0.05 0.34
Hex 52 59 5B A 2 0 40 C1 5 22
Octal 122 131 133 12 2 0 100 301 5 42
Binary 1010010 1011001 1011011 1010 10 0 1000000 11000001 101 100010

Color Harmonies of #52595B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52595B

Black with #52595B

Text Example


Text Example

White with #52595B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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