Html Css Color HEX #585047 Judge Grey

📋 copy color: '#585047'

red 88 ◦ green 80 ◦ blue 71

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

Shades of Judge Grey #585047

Tints of Judge Grey #585047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.47%

 BLUE value IS 71 (28.13% from 255) = 29.71%

R = 36.82%
G = 33.47%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#585047 (or 0x585047) is known color: Judge Grey. HEX triplet: 58, 50 and 47. RGB value is (88,80,71). Sum of RGB (Red+Green+Blue) = 88+80+71=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 88 - color contains mainly: red. Hex color #585047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585047 is #A7AFB8. Grayscale: #515151. Windows color (decimal): -10989497 or 4673624. OLE color: 4673624.

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

Color convert

RGB 88 80 71 -
CMYK 0 0.09 0.19 0.65
HSL 31.76º 0.11% 0.31% -
HSV(B) 31.76º 0.19% 0.35% -
XYZ 8.03 8.27 7.13 -
YUV 81.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 88 80 71 0 0.09 0.19 0.65 31.76 0.11 0.31
Hex 58 50 47 0 9 13 41 20 B 1F
Octal 130 120 107 0 11 23 101 40 13 37
Binary 1011000 1010000 1000111 0 1001 10011 1000001 100000 1011 11111

Color Harmonies of #585047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585047

Black with #585047

Text Example


Text Example

White with #585047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585047; }

 p { color: rgb(88,80,71); }

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

background-color css

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

 a { background-color: rgb(88,80,71); }

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

border-color css

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

 span { border-color: rgb(88,80,71); }

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