Html Css Color HEX #575049 Judge Grey

📋 copy color: '#575049'

red 87 ◦ green 80 ◦ blue 73

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

Shades of Judge Grey #575049

Tints of Judge Grey #575049

RGB

 RED value IS 87 (34.38% from 255) = 36.25%

 GREEN value IS 80 (31.64% from 255) = 33.33%

 BLUE value IS 73 (28.91% from 255) = 30.42%

R = 36.25%
G = 33.33%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#575049 (or 0x575049) is known color: Judge Grey. HEX triplet: 57, 50 and 49. RGB value is (87,80,73). Sum of RGB (Red+Green+Blue) = 87+80+73=240 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.25% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 87 - color contains mainly: red. Hex color #575049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575049 is #A8AFB6. Grayscale: #515151. Windows color (decimal): -11055031 or 4804695. OLE color: 4804695.

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

Color convert

RGB 87 80 73 -
CMYK 0 0.08 0.16 0.66
HSL 30º 0.09% 0.31% -
HSV(B) 30º 0.16% 0.34% -
XYZ 8 8.24 7.47 -
YUV 81.3 123.32 132.07 -
System Red Green Blue C M Y K H S L
Decimal 87 80 73 0 0.08 0.16 0.66 30 0.09 0.31
Hex 57 50 49 0 8 10 42 1E 9 1F
Octal 127 120 111 0 10 20 102 36 11 37
Binary 1010111 1010000 1001001 0 1000 10000 1000010 11110 1001 11111

Color Harmonies of #575049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575049

Black with #575049

Text Example


Text Example

White with #575049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575049; }

 p { color: rgb(87,80,73); }

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

background-color css

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

 a { background-color: rgb(87,80,73); }

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

border-color css

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

 span { border-color: rgb(87,80,73); }

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