Html Css Color HEX #585046 Judge Grey

📋 copy color: '#585046'

red 88 ◦ green 80 ◦ blue 70

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

Shades of Judge Grey #585046

Tints of Judge Grey #585046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.41%

R = 36.97%
G = 33.61%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.65

RGB Variations

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

Color information

#585046 (or 0x585046) is known color: Judge Grey. HEX triplet: 58, 50 and 46. RGB value is (88,80,70). Sum of RGB (Red+Green+Blue) = 88+80+70=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 88 - color contains mainly: red. Hex color #585046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585046 is #A7AFB9. Grayscale: #515151. Windows color (decimal): -10989498 or 4608088. OLE color: 4608088.

HSL color Cylindrical-coordinate representation of color #585046: hue angle of 33.33º 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 #585046 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 80 70 -
CMYK 0 0.09 0.20 0.65
HSL 33.33º 0.11% 0.31% -
HSV(B) 33.33º 0.2% 0.35% -
XYZ 8 8.25 6.97 -
YUV 81.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 88 80 70 0 0.09 0.20 0.65 33.33 0.11 0.31
Hex 58 50 46 0 9 14 41 21 B 1F
Octal 130 120 106 0 11 24 101 41 13 37
Binary 1011000 1010000 1000110 0 1001 10100 1000001 100001 1011 11111

Color Harmonies of #585046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585046

Black with #585046

Text Example


Text Example

White with #585046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585046; }

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

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

background-color css

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

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

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

border-color css

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

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

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