Html Css Color HEX #5E5440 Judge Grey

📋 copy color: '#5E5440'

red 94 ◦ green 84 ◦ blue 64

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

Shades of Judge Grey #5E5440

Tints of Judge Grey #5E5440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.71%

 BLUE value IS 64 (25.39% from 255) = 26.45%

R = 38.84%
G = 34.71%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.63

RGB Variations

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

Color information

#5E5440 (or 0x5E5440) is known color: Judge Grey. HEX triplet: 5E, 54 and 40. RGB value is (94,84,64). Sum of RGB (Red+Green+Blue) = 94+84+64=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5440 is #A1ABBF. Grayscale: #545454. Windows color (decimal): -10595264 or 4215902. OLE color: 4215902.

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

Color convert

RGB 94 84 64 -
CMYK 0 0.11 0.32 0.63
HSL 40º 0.19% 0.31% -
HSV(B) 40º 0.32% 0.37% -
XYZ 8.71 9.09 6.15 -
YUV 84.71 116.31 134.63 -
System Red Green Blue C M Y K H S L
Decimal 94 84 64 0 0.11 0.32 0.63 40 0.19 0.31
Hex 5E 54 40 0 B 20 3F 28 13 1F
Octal 136 124 100 0 13 40 77 50 23 37
Binary 1011110 1010100 1000000 0 1011 100000 111111 101000 10011 11111

Color Harmonies of #5E5440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5440

Black with #5E5440

Text Example


Text Example

White with #5E5440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,84,64); }

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

background-color css

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

 a { background-color: rgb(94,84,64); }

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

border-color css

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

 span { border-color: rgb(94,84,64); }

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