Html Css Color HEX #59534B Judge Grey

📋 copy color: '#59534B'

red 89 ◦ green 83 ◦ blue 75

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

Shades of Judge Grey #59534B

Tints of Judge Grey #59534B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.6%

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

R = 36.03%
G = 33.6%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#59534B (or 0x59534B) is known color: Judge Grey. HEX triplet: 59, 53 and 4B. RGB value is (89,83,75). Sum of RGB (Red+Green+Blue) = 89+83+75=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 89 - color contains mainly: red. Hex color #59534B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59534B is #A6ACB4. Grayscale: #535353. Windows color (decimal): -10923189 or 4936537. OLE color: 4936537.

HSL color Cylindrical-coordinate representation of color #59534B: hue angle of 34.29º 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 #59534B is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 83 75 -
CMYK 0 0.07 0.16 0.65
HSL 34.29º 0.09% 0.32% -
HSV(B) 34.29º 0.16% 0.35% -
XYZ 8.48 8.82 7.91 -
YUV 83.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 89 83 75 0 0.07 0.16 0.65 34.29 0.09 0.32
Hex 59 53 4B 0 7 10 41 22 9 20
Octal 131 123 113 0 7 20 101 42 11 40
Binary 1011001 1010011 1001011 0 111 10000 1000001 100010 1001 100000

Color Harmonies of #59534B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59534B

Black with #59534B

Text Example


Text Example

White with #59534B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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