Html Css Color HEX #585149 Judge Grey

📋 copy color: '#585149'

red 88 ◦ green 81 ◦ blue 73

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

Shades of Judge Grey #585149

Tints of Judge Grey #585149

RGB

 RED value IS 88 (34.77% from 255) = 36.36%

 GREEN value IS 81 (32.03% from 255) = 33.47%

 BLUE value IS 73 (28.91% from 255) = 30.17%

R = 36.36%
G = 33.47%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#585149 (or 0x585149) is known color: Judge Grey. HEX triplet: 58, 51 and 49. RGB value is (88,81,73). Sum of RGB (Red+Green+Blue) = 88+81+73=242 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.36% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 88 - color contains mainly: red. Hex color #585149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585149 is #A7AEB6. Grayscale: #525252. Windows color (decimal): -10989239 or 4804952. OLE color: 4804952.

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

Color convert

RGB 88 81 73 -
CMYK 0 0.08 0.17 0.65
HSL 32º 0.09% 0.32% -
HSV(B) 32º 0.17% 0.35% -
XYZ 8.17 8.44 7.5 -
YUV 82.18 122.82 132.15 -
System Red Green Blue C M Y K H S L
Decimal 88 81 73 0 0.08 0.17 0.65 32 0.09 0.32
Hex 58 51 49 0 8 11 41 20 9 20
Octal 130 121 111 0 10 21 101 40 11 40
Binary 1011000 1010001 1001001 0 1000 10001 1000001 100000 1001 100000

Color Harmonies of #585149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585149

Black with #585149

Text Example


Text Example

White with #585149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585149; }

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

 H1.HeaderClassName
 {
   color: #585149;
 }
 .AnyTagClassName
 {
   color: #585149;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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