#5D5751

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

Shades of Judge Grey #5D5751

Tints of Judge Grey #5D5751

Color information

#5D5751 (or 0x5D5751) is unknown color: approx Judge Grey. HEX triplet: 5D, 57 and 51. RGB value is (93,87,81). Sum of RGB (Red+Green+Blue) = 93+87+81=261 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.63% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D5751 is #A2A8AE. Grayscale: #585858. Windows color (decimal): -10660015 or 5330781. OLE color: 5330781.

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

Color convert

RGB938781-
CMYK00.060.130.64
HSL30º6.9%34.12%-
HSV(B)30º12.9%36.47%-
XYZ9.419.749.17-
YUV88.11123.99131.49-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.63%
GREEN value IS 87 (34.38% from 255) = 33.33%
BLUE value IS 81 (32.03% from 255) = 31.03%
R=35.63%
G=33.33%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93878100.060.130.64306.934.12
Hex5D575106D401e722
Octal135127121061510036742
Binary10111011010111101000101101101100000011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,87,81); }

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

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

 a { background-color: rgb(93,87,81); }

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

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

 span { border-color: rgb(93,87,81); }

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