#5F554A

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

Shades of Judge Grey #5F554A

Tints of Judge Grey #5F554A

Color information

#5F554A (or 0x5F554A) is unknown color: approx Judge Grey. HEX triplet: 5F, 55 and 4A. RGB value is (95,85,74). Sum of RGB (Red+Green+Blue) = 95+85+74=254 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.40% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 95 - color contains mainly: red. Hex color #5F554A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F554A is #A0AAB5. Grayscale: #565656. Windows color (decimal): -10529462 or 4871519. OLE color: 4871519.

HSL color Cylindrical-coordinate representation of color #5F554A: hue angle of 31.43º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5F554A is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB958574-
CMYK00.110.220.63
HSL31.43º12.43%33.14%-
HSV(B)31.43º22.11%37.25%-
XYZ9.29.427.81-
YUV86.74120.81133.89-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.40%
GREEN value IS 85 (33.59% from 255) = 33.46%
BLUE value IS 74 (29.30% from 255) = 29.13%
R=37.40%
G=33.46%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95857400.110.220.6331.4312.4333.14
Hex5F554A0B163F1fc21
Octal1371251120132677371441
Binary1011111101010110010100101110110111111111111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,85,74); }

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

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

 a { background-color: rgb(95,85,74); }

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

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

 span { border-color: rgb(95,85,74); }

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