Html Css Color HEX #595550 Judge Grey

📋 copy color: '#595550'

red 89 ◦ green 85 ◦ blue 80

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

Shades of Judge Grey #595550

Tints of Judge Grey #595550

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.46%

 BLUE value IS 80 (31.64% from 255) = 31.5%

R = 35.04%
G = 33.46%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#595550 (or 0x595550) is known color: Judge Grey. HEX triplet: 59, 55 and 50. RGB value is (89,85,80). Sum of RGB (Red+Green+Blue) = 89+85+80=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 89 - color contains mainly: red. Hex color #595550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595550 is #A6AAAF. Grayscale: #555555. Windows color (decimal): -10922672 or 5264729. OLE color: 5264729.

HSL color Cylindrical-coordinate representation of color #595550: hue angle of 33.33º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #595550 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 85 80 -
CMYK 0 0.04 0.10 0.65
HSL 33.33º 0.05% 0.33% -
HSV(B) 33.33º 0.1% 0.35% -
XYZ 8.82 9.2 8.9 -
YUV 85.63 124.83 130.41 -
System Red Green Blue C M Y K H S L
Decimal 89 85 80 0 0.04 0.10 0.65 33.33 0.05 0.33
Hex 59 55 50 0 4 A 41 21 5 21
Octal 131 125 120 0 4 12 101 41 5 41
Binary 1011001 1010101 1010000 0 100 1010 1000001 100001 101 100001

Color Harmonies of #595550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595550

Black with #595550

Text Example


Text Example

White with #595550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595550; }

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

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

background-color css

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

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

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

border-color css

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

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

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