Html Css Color HEX #585146 Judge Grey

📋 copy color: '#585146'

red 88 ◦ green 81 ◦ blue 70

#585146
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Judge Grey #585146

Tints of Judge Grey #585146

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 value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#585146 (or 0x585146) is known color: 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

RGB 88 81 70 -
CMYK 0 0.08 0.20 0.65
HSL 36.67º 0.11% 0.31% -
HSV(B) 36.67º 0.2% 0.35% -
XYZ 8.07 8.4 6.99 -
YUV 81.84 121.32 132.39 -
System Red Green Blue C M Y K H S L
Decimal 88 81 70 0 0.08 0.20 0.65 36.67 0.11 0.31
Hex 58 51 46 0 8 14 41 25 B 1F
Octal 130 121 106 0 10 24 101 45 13 37
Binary 1011000 1010001 1000110 0 1000 10100 1000001 100101 1011 11111

Color Harmonies of #585146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585146

Black with #585146

Text Example


Text Example

White with #585146

Text Example


Text Example

HTML Codes & Css Web 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>