#5F584E

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

Shades of Judge Grey #5F584E

Tints of Judge Grey #5F584E

Color information

#5F584E (or 0x5F584E) is unknown color: approx Judge Grey. HEX triplet: 5F, 58 and 4E. RGB value is (95,88,78). Sum of RGB (Red+Green+Blue) = 95+88+78=261 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.40% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 95 - color contains mainly: red. Hex color #5F584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F584E is #A0A7B1. Grayscale: #585858. Windows color (decimal): -10528690 or 5134431. OLE color: 5134431.

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

Color convert

RGB958878-
CMYK00.070.180.63
HSL35.29º9.83%33.92%-
HSV(B)35.29º17.89%37.25%-
XYZ9.589.968.63-
YUV88.95121.82132.31-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.40%
GREEN value IS 88 (34.77% from 255) = 33.72%
BLUE value IS 78 (30.86% from 255) = 29.89%
R=36.40%
G=33.72%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95887800.070.180.6335.299.8333.92
Hex5F584E07123F23a22
Octal137130116072277431242
Binary1011111101100010011100111100101111111000111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F584E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,88,78); }

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

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

 a { background-color: rgb(95,88,78); }

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

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

 span { border-color: rgb(95,88,78); }

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