Html Css Color HEX #5D5041 Judge Grey

📋 copy color: '#5D5041'

red 93 ◦ green 80 ◦ blue 65

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

Shades of Judge Grey #5D5041

Tints of Judge Grey #5D5041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 27.31%

R = 39.08%
G = 33.61%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.64

RGB Variations

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

Color information

#5D5041 (or 0x5D5041) is known color: Judge Grey. HEX triplet: 5D, 50 and 41. RGB value is (93,80,65). Sum of RGB (Red+Green+Blue) = 93+80+65=238 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.08% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 65 (25.78% from 255 or 27.31% from 238); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D5041 is #A2AFBE. Grayscale: #525252. Windows color (decimal): -10661823 or 4280413. OLE color: 4280413.

HSL color Cylindrical-coordinate representation of color #5D5041: hue angle of 32.14º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D5041 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 80 65 -
CMYK 0 0.14 0.30 0.64
HSL 32.14º 0.18% 0.31% -
HSV(B) 32.14º 0.3% 0.36% -
XYZ 8.34 8.45 6.19 -
YUV 82.18 118.31 135.72 -
System Red Green Blue C M Y K H S L
Decimal 93 80 65 0 0.14 0.30 0.64 32.14 0.18 0.31
Hex 5D 50 41 0 E 1E 40 20 12 1F
Octal 135 120 101 0 16 36 100 40 22 37
Binary 1011101 1010000 1000001 0 1110 11110 1000000 100000 10010 11111

Color Harmonies of #5D5041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D5041

Black with #5D5041

Text Example


Text Example

White with #5D5041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,80,65); }

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

background-color css

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

 a { background-color: rgb(93,80,65); }

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

border-color css

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

 span { border-color: rgb(93,80,65); }

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