Html Css Color HEX #5B5244 Judge Grey

📋 copy color: '#5B5244'

red 91 ◦ green 82 ◦ blue 68

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

Shades of Judge Grey #5B5244

Tints of Judge Grey #5B5244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 28.22%

R = 37.76%
G = 34.02%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#5B5244 (or 0x5B5244) is known color: Judge Grey. HEX triplet: 5B, 52 and 44. RGB value is (91,82,68). Sum of RGB (Red+Green+Blue) = 91+82+68=241 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.76% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5244 is #A4ADBB. Grayscale: #535353. Windows color (decimal): -10792380 or 4477531. OLE color: 4477531.

HSL color Cylindrical-coordinate representation of color #5B5244: hue angle of 36.52º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B5244 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 82 68 -
CMYK 0 0.10 0.25 0.64
HSL 36.52º 0.14% 0.31% -
HSV(B) 36.52º 0.25% 0.36% -
XYZ 8.38 8.68 6.7 -
YUV 83.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 91 82 68 0 0.10 0.25 0.64 36.52 0.14 0.31
Hex 5B 52 44 0 A 19 40 25 E 1F
Octal 133 122 104 0 12 31 100 45 16 37
Binary 1011011 1010010 1000100 0 1010 11001 1000000 100101 1110 11111

Color Harmonies of #5B5244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5244

Black with #5B5244

Text Example


Text Example

White with #5B5244

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,82,68); }

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

background-color css

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

 a { background-color: rgb(91,82,68); }

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

border-color css

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

 span { border-color: rgb(91,82,68); }

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