Html Css Color HEX #5D534A Judge Grey

📋 copy color: '#5D534A'

red 93 ◦ green 83 ◦ blue 74

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

Shades of Judge Grey #5D534A

Tints of Judge Grey #5D534A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.2%

 BLUE value IS 74 (29.3% from 255) = 29.6%

R = 37.2%
G = 33.2%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#5D534A (or 0x5D534A) is known color: Judge Grey. HEX triplet: 5D, 53 and 4A. RGB value is (93,83,74). Sum of RGB (Red+Green+Blue) = 93+83+74=250 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.2% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 93 - color contains mainly: red. Hex color #5D534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D534A is #A2ACB5. Grayscale: #555555. Windows color (decimal): -10661046 or 4871005. OLE color: 4871005.

HSL color Cylindrical-coordinate representation of color #5D534A: hue angle of 28.42º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5D534A is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 83 74 -
CMYK 0 0.11 0.20 0.64
HSL 28.42º 0.11% 0.33% -
HSV(B) 28.42º 0.2% 0.36% -
XYZ 8.84 9.01 7.75 -
YUV 84.96 121.81 133.73 -
System Red Green Blue C M Y K H S L
Decimal 93 83 74 0 0.11 0.20 0.64 28.42 0.11 0.33
Hex 5D 53 4A 0 B 14 40 1C B 21
Octal 135 123 112 0 13 24 100 34 13 41
Binary 1011101 1010011 1001010 0 1011 10100 1000000 11100 1011 100001

Color Harmonies of #5D534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D534A

Black with #5D534A

Text Example


Text Example

White with #5D534A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,83,74); }

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

background-color css

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

 a { background-color: rgb(93,83,74); }

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

border-color css

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

 span { border-color: rgb(93,83,74); }

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