Html Css Color HEX #585148 Judge Grey

📋 copy color: '#585148'

red 88 ◦ green 81 ◦ blue 72

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

Shades of Judge Grey #585148

Tints of Judge Grey #585148

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

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

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

RGB 88 81 72 -
CMYK 0 0.08 0.18 0.65
HSL 33.75º 0.1% 0.31% -
HSV(B) 33.75º 0.18% 0.35% -
XYZ 8.14 8.43 7.33 -
YUV 82.07 122.32 132.23 -
System Red Green Blue C M Y K H S L
Decimal 88 81 72 0 0.08 0.18 0.65 33.75 0.1 0.31
Hex 58 51 48 0 8 12 41 22 A 1F
Octal 130 121 110 0 10 22 101 42 12 37
Binary 1011000 1010001 1001000 0 1000 10010 1000001 100010 1010 11111

Color Harmonies of #585148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585148

Black with #585148

Text Example


Text Example

White with #585148

Text Example


Text Example

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