#5C5853

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

Shades of Judge Grey #5C5853

Tints of Judge Grey #5C5853

Color information

#5C5853 (or 0x5C5853) is unknown color: approx Judge Grey. HEX triplet: 5C, 58 and 53. RGB value is (92,88,83). Sum of RGB (Red+Green+Blue) = 92+88+83=263 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.98% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5853 is #A3A7AC. Grayscale: #585858. Windows color (decimal): -10725293 or 5462108. OLE color: 5462108.

HSL color Cylindrical-coordinate representation of color #5C5853: hue angle of 33.33º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5C5853 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB928883-
CMYK00.040.100.64
HSL33.33º5.14%34.31%-
HSV(B)33.33º9.78%36.08%-
XYZ9.469.889.59-
YUV88.63124.83130.41-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.98%
GREEN value IS 88 (34.77% from 255) = 33.46%
BLUE value IS 83 (32.81% from 255) = 31.56%
R=34.98%
G=33.46%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92888300.040.100.6433.335.1434.31
Hex5C585304A4021522
Octal134130123041210041542
Binary101110010110001010011010010101000000100001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,88,83); }

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

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

 a { background-color: rgb(92,88,83); }

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

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

 span { border-color: rgb(92,88,83); }

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