Html Css Color HEX #5A5249 Judge Grey

📋 copy color: '#5A5249'

red 90 ◦ green 82 ◦ blue 73

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

Shades of Judge Grey #5A5249

Tints of Judge Grey #5A5249

RGB

 RED value IS 90 (35.55% from 255) = 36.73%

 GREEN value IS 82 (32.42% from 255) = 33.47%

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

R = 36.73%
G = 33.47%
B = 29.8%

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

#5A5249 (or 0x5A5249) is known color: Judge Grey. HEX triplet: 5A, 52 and 49. RGB value is (90,82,73). Sum of RGB (Red+Green+Blue) = 90+82+73=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5249 is #A5ADB6. Grayscale: #535353. Windows color (decimal): -10857911 or 4805210. OLE color: 4805210.

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

Color convert

RGB 90 82 73 -
CMYK 0 0.09 0.19 0.65
HSL 31.76º 0.1% 0.32% -
HSV(B) 31.76º 0.19% 0.35% -
XYZ 8.44 8.69 7.54 -
YUV 83.37 122.15 132.73 -
System Red Green Blue C M Y K H S L
Decimal 90 82 73 0 0.09 0.19 0.65 31.76 0.1 0.32
Hex 5A 52 49 0 9 13 41 20 A 20
Octal 132 122 111 0 11 23 101 40 12 40
Binary 1011010 1010010 1001001 0 1001 10011 1000001 100000 1010 100000

Color Harmonies of #5A5249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5249

Black with #5A5249

Text Example


Text Example

White with #5A5249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A5249; }

 p { color: rgb(90,82,73); }

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

background-color css

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

 a { background-color: rgb(90,82,73); }

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

border-color css

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

 span { border-color: rgb(90,82,73); }

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