Html Css Color HEX #5D574F Judge Grey

📋 copy color: '#5D574F'

red 93 ◦ green 87 ◦ blue 79

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

Shades of Judge Grey #5D574F

Tints of Judge Grey #5D574F

RGB

 RED value IS 93 (36.72% from 255) = 35.91%

 GREEN value IS 87 (34.38% from 255) = 33.59%

 BLUE value IS 79 (31.25% from 255) = 30.5%

R = 35.91%
G = 33.59%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#5D574F (or 0x5D574F) is known color: Judge Grey. HEX triplet: 5D, 57 and 4F. RGB value is (93,87,79). Sum of RGB (Red+Green+Blue) = 93+87+79=259 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.91% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 93 - color contains mainly: red. Hex color #5D574F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D574F is #A2A8B0. Grayscale: #575757. Windows color (decimal): -10660017 or 5199709. OLE color: 5199709.

HSL color Cylindrical-coordinate representation of color #5D574F: hue angle of 34.29º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5D574F is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 87 79 -
CMYK 0 0.06 0.15 0.64
HSL 34.29º 0.08% 0.34% -
HSV(B) 34.29º 0.15% 0.36% -
XYZ 9.33 9.71 8.78 -
YUV 87.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 93 87 79 0 0.06 0.15 0.64 34.29 0.08 0.34
Hex 5D 57 4F 0 6 F 40 22 8 22
Octal 135 127 117 0 6 17 100 42 10 42
Binary 1011101 1010111 1001111 0 110 1111 1000000 100010 1000 100010

Color Harmonies of #5D574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D574F

Black with #5D574F

Text Example


Text Example

White with #5D574F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D574F; }

 p { color: rgb(93,87,79); }

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

background-color css

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

 a { background-color: rgb(93,87,79); }

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

border-color css

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

 span { border-color: rgb(93,87,79); }

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