Html Css Color HEX #5D554C Judge Grey

📋 copy color: '#5D554C'

red 93 ◦ green 85 ◦ blue 76

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

Shades of Judge Grey #5D554C

Tints of Judge Grey #5D554C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.46%

 BLUE value IS 76 (30.08% from 255) = 29.92%

R = 36.61%
G = 33.46%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#5D554C (or 0x5D554C) is known color: Judge Grey. HEX triplet: 5D, 55 and 4C. RGB value is (93,85,76). Sum of RGB (Red+Green+Blue) = 93+85+76=254 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.61% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 93 - color contains mainly: red. Hex color #5D554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D554C is #A2AAB3. Grayscale: #565656. Windows color (decimal): -10660532 or 5002589. OLE color: 5002589.

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

Color convert

RGB 93 85 76 -
CMYK 0 0.09 0.18 0.64
HSL 31.76º 0.1% 0.33% -
HSV(B) 31.76º 0.18% 0.36% -
XYZ 9.07 9.35 8.16 -
YUV 86.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 93 85 76 0 0.09 0.18 0.64 31.76 0.1 0.33
Hex 5D 55 4C 0 9 12 40 20 A 21
Octal 135 125 114 0 11 22 100 40 12 41
Binary 1011101 1010101 1001100 0 1001 10010 1000000 100000 1010 100001

Color Harmonies of #5D554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D554C

Black with #5D554C

Text Example


Text Example

White with #5D554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,85,76); }

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

background-color css

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

 a { background-color: rgb(93,85,76); }

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

border-color css

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

 span { border-color: rgb(93,85,76); }

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