Html Css Color HEX #595551 Judge Grey

📋 copy color: '#595551'

red 89 ◦ green 85 ◦ blue 81

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

Shades of Judge Grey #595551

Tints of Judge Grey #595551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 31.76%

R = 34.9%
G = 33.33%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#595551 (or 0x595551) is known color: Judge Grey. HEX triplet: 59, 55 and 51. RGB value is (89,85,81). Sum of RGB (Red+Green+Blue) = 89+85+81=255 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.90% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 89 - color contains mainly: red. Hex color #595551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595551 is #A6AAAE. Grayscale: #555555. Windows color (decimal): -10922671 or 5330265. OLE color: 5330265.

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

Color convert

RGB 89 85 81 -
CMYK 0 0.04 0.09 0.65
HSL 30º 0.05% 0.33% -
HSV(B) 30º 0.09% 0.35% -
XYZ 8.85 9.21 9.1 -
YUV 85.74 125.33 130.33 -
System Red Green Blue C M Y K H S L
Decimal 89 85 81 0 0.04 0.09 0.65 30 0.05 0.33
Hex 59 55 51 0 4 9 41 1E 5 21
Octal 131 125 121 0 4 11 101 36 5 41
Binary 1011001 1010101 1010001 0 100 1001 1000001 11110 101 100001

Color Harmonies of #595551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595551

Black with #595551

Text Example


Text Example

White with #595551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595551; }

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

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

background-color css

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

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

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

border-color css

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

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

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