Html Css Color HEX #5E564C Judge Grey

📋 copy color: '#5E564C'

red 94 ◦ green 86 ◦ blue 76

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

Shades of Judge Grey #5E564C

Tints of Judge Grey #5E564C

RGB

 RED value IS 94 (37.11% from 255) = 36.72%

 GREEN value IS 86 (33.98% from 255) = 33.59%

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

R = 36.72%
G = 33.59%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.63

RGB Variations

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

Color information

#5E564C (or 0x5E564C) is known color: Judge Grey. HEX triplet: 5E, 56 and 4C. RGB value is (94,86,76). Sum of RGB (Red+Green+Blue) = 94+86+76=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 86 (33.98% from 255 or 33.59% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 94 - color contains mainly: red. Hex color #5E564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E564C is #A1A9B3. Grayscale: #575757. Windows color (decimal): -10594740 or 5002846. OLE color: 5002846.

HSL color Cylindrical-coordinate representation of color #5E564C: hue angle of 33.33º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5E564C is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 86 76 -
CMYK 0 0.09 0.19 0.63
HSL 33.33º 0.11% 0.33% -
HSV(B) 33.33º 0.19% 0.37% -
XYZ 9.25 9.56 8.19 -
YUV 87.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 94 86 76 0 0.09 0.19 0.63 33.33 0.11 0.33
Hex 5E 56 4C 0 9 13 3F 21 B 21
Octal 136 126 114 0 11 23 77 41 13 41
Binary 1011110 1010110 1001100 0 1001 10011 111111 100001 1011 100001

Color Harmonies of #5E564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E564C

Black with #5E564C

Text Example


Text Example

White with #5E564C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,86,76); }

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

background-color css

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

 a { background-color: rgb(94,86,76); }

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

border-color css

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

 span { border-color: rgb(94,86,76); }

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