#58534D

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

Shades of Judge Grey #58534D

Tints of Judge Grey #58534D

Color information

#58534D (or 0x58534D) is unknown color: approx Judge Grey. HEX triplet: 58, 53 and 4D. RGB value is (88,83,77). Sum of RGB (Red+Green+Blue) = 88+83+77=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 88 - color contains mainly: red. Hex color #58534D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58534D is #A7ACB2. Grayscale: #535353. Windows color (decimal): -10988723 or 5067608. OLE color: 5067608.

HSL color Cylindrical-coordinate representation of color #58534D: hue angle of 32.73º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #58534D is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB888377-
CMYK00.060.120.65
HSL32.73º6.67%32.35%-
HSV(B)32.73º12.5%34.51%-
XYZ8.468.88.27-
YUV83.81124.16130.99-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.48%
GREEN value IS 83 (32.81% from 255) = 33.47%
BLUE value IS 77 (30.47% from 255) = 31.05%
R=35.48%
G=33.47%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88837700.060.120.6532.736.6732.35
Hex58534D06C4121720
Octal130123115061410141740
Binary101100010100111001101011011001000001100001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58534D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58534D; }

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

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

<style>
 a { background-color: #58534D; }

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

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

<style>
 span { border-color: #58534D; }

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

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