Html Css Color HEX #5E5850 Judge Grey

📋 copy color: '#5E5850'

red 94 ◦ green 88 ◦ blue 80

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

Shades of Judge Grey #5E5850

Tints of Judge Grey #5E5850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.59%

 BLUE value IS 80 (31.64% from 255) = 30.53%

R = 35.88%
G = 33.59%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.63

RGB Variations

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

Color information

#5E5850 (or 0x5E5850) is known color: Judge Grey. HEX triplet: 5E, 58 and 50. RGB value is (94,88,80). Sum of RGB (Red+Green+Blue) = 94+88+80=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 80 (31.64% from 255 or 30.53% from 262); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5850 is #A1A7AF. Grayscale: #585858. Windows color (decimal): -10594224 or 5265502. OLE color: 5265502.

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

Color convert

RGB 94 88 80 -
CMYK 0 0.06 0.15 0.63
HSL 34.29º 0.08% 0.34% -
HSV(B) 34.29º 0.15% 0.37% -
XYZ 9.55 9.94 9 -
YUV 88.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 94 88 80 0 0.06 0.15 0.63 34.29 0.08 0.34
Hex 5E 58 50 0 6 F 3F 22 8 22
Octal 136 130 120 0 6 17 77 42 10 42
Binary 1011110 1011000 1010000 0 110 1111 111111 100010 1000 100010

Color Harmonies of #5E5850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5850

Black with #5E5850

Text Example


Text Example

White with #5E5850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,88,80); }

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

background-color css

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

 a { background-color: rgb(94,88,80); }

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

border-color css

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

 span { border-color: rgb(94,88,80); }

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