Html Css Color HEX #5B5349 Judge Grey

📋 copy color: '#5B5349'

red 91 ◦ green 83 ◦ blue 73

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

Shades of Judge Grey #5B5349

Tints of Judge Grey #5B5349

RGB

 RED value IS 91 (35.94% from 255) = 36.84%

 GREEN value IS 83 (32.81% from 255) = 33.6%

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

R = 36.84%
G = 33.6%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#5B5349 (or 0x5B5349) is known color: Judge Grey. HEX triplet: 5B, 53 and 49. RGB value is (91,83,73). Sum of RGB (Red+Green+Blue) = 91+83+73=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5349 is #A4ACB6. Grayscale: #545454. Windows color (decimal): -10792119 or 4805467. OLE color: 4805467.

HSL color Cylindrical-coordinate representation of color #5B5349: hue angle of 33.33º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5B5349 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 83 73 -
CMYK 0 0.09 0.20 0.64
HSL 33.33º 0.11% 0.32% -
HSV(B) 33.33º 0.2% 0.36% -
XYZ 8.61 8.89 7.57 -
YUV 84.25 121.65 132.81 -
System Red Green Blue C M Y K H S L
Decimal 91 83 73 0 0.09 0.20 0.64 33.33 0.11 0.32
Hex 5B 53 49 0 9 14 40 21 B 20
Octal 133 123 111 0 11 24 100 41 13 40
Binary 1011011 1010011 1001001 0 1001 10100 1000000 100001 1011 100000

Color Harmonies of #5B5349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5349

Black with #5B5349

Text Example


Text Example

White with #5B5349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,83,73); }

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

background-color css

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

 a { background-color: rgb(91,83,73); }

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

border-color css

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

 span { border-color: rgb(91,83,73); }

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