Html Css Color HEX #5E5647 Judge Grey

📋 copy color: '#5E5647'

red 94 ◦ green 86 ◦ blue 71

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

Shades of Judge Grey #5E5647

Tints of Judge Grey #5E5647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 28.29%

R = 37.45%
G = 34.26%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.63

RGB Variations

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

Color information

#5E5647 (or 0x5E5647) is known color: Judge Grey. HEX triplet: 5E, 56 and 47. RGB value is (94,86,71). Sum of RGB (Red+Green+Blue) = 94+86+71=251 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.45% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5647 is #A1A9B8. Grayscale: #565656. Windows color (decimal): -10594745 or 4675166. OLE color: 4675166.

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

Color convert

RGB 94 86 71 -
CMYK 0 0.09 0.24 0.63
HSL 39.13º 0.14% 0.32% -
HSV(B) 39.13º 0.24% 0.37% -
XYZ 9.08 9.49 7.31 -
YUV 86.68 119.15 133.22 -
System Red Green Blue C M Y K H S L
Decimal 94 86 71 0 0.09 0.24 0.63 39.13 0.14 0.32
Hex 5E 56 47 0 9 18 3F 27 E 20
Octal 136 126 107 0 11 30 77 47 16 40
Binary 1011110 1010110 1000111 0 1001 11000 111111 100111 1110 100000

Color Harmonies of #5E5647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5647

Black with #5E5647

Text Example


Text Example

White with #5E5647

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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