#585047

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

Shades of Judge Grey #585047

Tints of Judge Grey #585047

Color information

#585047 (or 0x585047) is unknown color: approx Judge Grey. HEX triplet: 58, 50 and 47. RGB value is (88,80,71). Sum of RGB (Red+Green+Blue) = 88+80+71=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 88 - color contains mainly: red. Hex color #585047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585047 is #A7AFB8. Grayscale: #515151. Windows color (decimal): -10989497 or 4673624. OLE color: 4673624.

HSL color Cylindrical-coordinate representation of color #585047: hue angle of 31.76º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #585047 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB888071-
CMYK00.090.190.65
HSL31.76º10.69%31.18%-
HSV(B)31.76º19.32%34.51%-
XYZ8.038.277.13-
YUV81.37122.15132.73-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.82%
GREEN value IS 80 (31.64% from 255) = 33.47%
BLUE value IS 71 (28.12% from 255) = 29.71%
R=36.82%
G=33.47%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88807100.090.190.6531.7610.6931.18
Hex58504709134120b1f
Octal13012010701123101401337
Binary10110001010000100011101001100111000001100000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585047; }

 p { color: rgb(88,80,71); }

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

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

 a { background-color: rgb(88,80,71); }

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

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

 span { border-color: rgb(88,80,71); }

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