#585148

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

Shades of Judge Grey #585148

Tints of Judge Grey #585148

Color information

#585148 (or 0x585148) is unknown color: approx Judge Grey. HEX triplet: 58, 51 and 48. RGB value is (88,81,72). Sum of RGB (Red+Green+Blue) = 88+81+72=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 88 - color contains mainly: red. Hex color #585148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585148 is #A7AEB7. Grayscale: #525252. Windows color (decimal): -10989240 or 4739416. OLE color: 4739416.

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

Color convert

RGB888172-
CMYK00.080.180.65
HSL33.75º10%31.37%-
HSV(B)33.75º18.18%34.51%-
XYZ8.148.437.33-
YUV82.07122.32132.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.51%
GREEN value IS 81 (32.03% from 255) = 33.61%
BLUE value IS 72 (28.52% from 255) = 29.88%
R=36.51%
G=33.61%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88817200.080.180.6533.751031.37
Hex58514808124122a1f
Octal13012111001022101421237
Binary10110001010001100100001000100101000001100010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585148; }

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

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

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

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

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

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

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

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