#585146

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

Shades of Judge Grey #585146

Tints of Judge Grey #585146

Color information

#585146 (or 0x585146) is unknown color: approx Judge Grey. HEX triplet: 58, 51 and 46. RGB value is (88,81,70). Sum of RGB (Red+Green+Blue) = 88+81+70=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 88 - color contains mainly: red. Hex color #585146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585146 is #A7AEB9. Grayscale: #515151. Windows color (decimal): -10989242 or 4608344. OLE color: 4608344.

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

Color convert

RGB888170-
CMYK00.080.200.65
HSL36.67º11.39%30.98%-
HSV(B)36.67º20.45%34.51%-
XYZ8.078.46.99-
YUV81.84121.32132.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.82%
GREEN value IS 81 (32.03% from 255) = 33.89%
BLUE value IS 70 (27.73% from 255) = 29.29%
R=36.82%
G=33.89%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88817000.080.200.6536.6711.3930.98
Hex58514608144125b1f
Octal13012110601024101451337
Binary10110001010001100011001000101001000001100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585146; }

 p { color: rgb(88,81,70); }

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

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

 a { background-color: rgb(88,81,70); }

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

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

 span { border-color: rgb(88,81,70); }

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