#5F564C

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

Shades of Judge Grey #5F564C

Tints of Judge Grey #5F564C

Color information

#5F564C (or 0x5F564C) is unknown color: approx Judge Grey. HEX triplet: 5F, 56 and 4C. RGB value is (95,86,76). Sum of RGB (Red+Green+Blue) = 95+86+76=257 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.96% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 95 - color contains mainly: red. Hex color #5F564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F564C is #A0A9B3. Grayscale: #575757. Windows color (decimal): -10529204 or 5002847. OLE color: 5002847.

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

Color convert

RGB958676-
CMYK00.090.200.63
HSL31.58º11.11%33.53%-
HSV(B)31.58º20%37.25%-
XYZ9.359.618.2-
YUV87.55121.48133.31-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.96%
GREEN value IS 86 (33.98% from 255) = 33.46%
BLUE value IS 76 (30.08% from 255) = 29.57%
R=36.96%
G=33.46%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95867600.090.200.6331.5811.1133.53
Hex5F564C09143F20b22
Octal1371261140112477401342
Binary10111111010110100110001001101001111111000001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,86,76); }

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

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

 a { background-color: rgb(95,86,76); }

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

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

 span { border-color: rgb(95,86,76); }

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