Html Css Color HEX #59524B Judge Grey

📋 copy color: '#59524B'

red 89 ◦ green 82 ◦ blue 75

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

Shades of Judge Grey #59524B

Tints of Judge Grey #59524B

RGB

 RED value IS 89 (35.16% from 255) = 36.18%

 GREEN value IS 82 (32.42% from 255) = 33.33%

 BLUE value IS 75 (29.69% from 255) = 30.49%

R = 36.18%
G = 33.33%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#59524B (or 0x59524B) is known color: Judge Grey. HEX triplet: 59, 52 and 4B. RGB value is (89,82,75). Sum of RGB (Red+Green+Blue) = 89+82+75=246 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.18% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 89 - color contains mainly: red. Hex color #59524B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59524B is #A6ADB4. Grayscale: #535353. Windows color (decimal): -10923445 or 4936281. OLE color: 4936281.

HSL color Cylindrical-coordinate representation of color #59524B: hue angle of 30º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #59524B is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 82 75 -
CMYK 0 0.08 0.16 0.65
HSL 30º 0.09% 0.32% -
HSV(B) 30º 0.16% 0.35% -
XYZ 8.41 8.67 7.89 -
YUV 83.3 123.32 132.07 -
System Red Green Blue C M Y K H S L
Decimal 89 82 75 0 0.08 0.16 0.65 30 0.09 0.32
Hex 59 52 4B 0 8 10 41 1E 9 20
Octal 131 122 113 0 10 20 101 36 11 40
Binary 1011001 1010010 1001011 0 1000 10000 1000001 11110 1001 100000

Color Harmonies of #59524B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59524B

Black with #59524B

Text Example


Text Example

White with #59524B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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