Html Css Color HEX #5E564F Judge Grey

📋 copy color: '#5E564F'

red 94 ◦ green 86 ◦ blue 79

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

Shades of Judge Grey #5E564F

Tints of Judge Grey #5E564F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.5%

R = 36.29%
G = 33.2%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

#5E564F (or 0x5E564F) is known color: Judge Grey. HEX triplet: 5E, 56 and 4F. RGB value is (94,86,79). Sum of RGB (Red+Green+Blue) = 94+86+79=259 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.29% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 94 - color contains mainly: red. Hex color #5E564F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E564F is #A1A9B0. Grayscale: #575757. Windows color (decimal): -10594737 or 5199454. OLE color: 5199454.

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

Color convert

RGB 94 86 79 -
CMYK 0 0.09 0.16 0.63
HSL 28º 0.09% 0.34% -
HSV(B) 28º 0.16% 0.37% -
XYZ 9.36 9.6 8.76 -
YUV 87.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 94 86 79 0 0.09 0.16 0.63 28 0.09 0.34
Hex 5E 56 4F 0 9 10 3F 1C 9 22
Octal 136 126 117 0 11 20 77 34 11 42
Binary 1011110 1010110 1001111 0 1001 10000 111111 11100 1001 100010

Color Harmonies of #5E564F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E564F

Black with #5E564F

Text Example


Text Example

White with #5E564F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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