#5E5850

Color #5E5850 Judge Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Judge Grey #5E5850

Tints of Judge Grey #5E5850

Color information

#5E5850 (or 0x5E5850) is unknown color: approx 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

RGB948880-
CMYK00.060.150.63
HSL34.29º8.05%34.12%-
HSV(B)34.29º14.89%36.86%-
XYZ9.559.949-
YUV88.88122.99131.65-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94888000.060.150.6334.298.0534.12
Hex5E585006F3F22822
Octal136130120061777421042
Binary101111010110001010000011011111111111000101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>