Html Css Color HEX #575048 Judge Grey

📋 copy color: '#575048'

red 87 ◦ green 80 ◦ blue 72

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

Shades of Judge Grey #575048

Tints of Judge Grey #575048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.13%

R = 36.4%
G = 33.47%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#575048 (or 0x575048) is known color: Judge Grey. HEX triplet: 57, 50 and 48. RGB value is (87,80,72). Sum of RGB (Red+Green+Blue) = 87+80+72=239 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.40% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 87 - color contains mainly: red. Hex color #575048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575048 is #A8AFB7. Grayscale: #515151. Windows color (decimal): -11055032 or 4739159. OLE color: 4739159.

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

Color convert

RGB 87 80 72 -
CMYK 0 0.08 0.17 0.66
HSL 32º 0.09% 0.31% -
HSV(B) 32º 0.17% 0.34% -
XYZ 7.97 8.23 7.3 -
YUV 81.18 122.82 132.15 -
System Red Green Blue C M Y K H S L
Decimal 87 80 72 0 0.08 0.17 0.66 32 0.09 0.31
Hex 57 50 48 0 8 11 42 20 9 1F
Octal 127 120 110 0 10 21 102 40 11 37
Binary 1010111 1010000 1001000 0 1000 10001 1000010 100000 1001 11111

Color Harmonies of #575048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575048

Black with #575048

Text Example


Text Example

White with #575048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575048; }

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

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

background-color css

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

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

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

border-color css

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

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

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