#5E5851

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

Shades of Judge Grey #5E5851

Tints of Judge Grey #5E5851

Color information

#5E5851 (or 0x5E5851) is unknown color: approx Judge Grey. HEX triplet: 5E, 58 and 51. RGB value is (94,88,81). Sum of RGB (Red+Green+Blue) = 94+88+81=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5851 is #A1A7AE. Grayscale: #595959. Windows color (decimal): -10594223 or 5331038. OLE color: 5331038.

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

Color convert

RGB948881-
CMYK00.060.140.63
HSL32.31º7.43%34.31%-
HSV(B)32.31º13.83%36.86%-
XYZ9.599.959.2-
YUV89123.49131.57-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.74%
GREEN value IS 88 (34.77% from 255) = 33.46%
BLUE value IS 81 (32.03% from 255) = 30.80%
R=35.74%
G=33.46%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94888100.060.140.6332.317.4334.31
Hex5E585106E3F20722
Octal13613012106167740742
Binary10111101011000101000101101110111111100000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E5851;
 }
 .AnyTagClassName
 {
   color: #5E5851;
 }
</style>
background-color css

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

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

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

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

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

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