Html Css Color HEX #5B524A Judge Grey

📋 copy color: '#5B524A'

red 91 ◦ green 82 ◦ blue 74

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

Shades of Judge Grey #5B524A

Tints of Judge Grey #5B524A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 29.96%

R = 36.84%
G = 33.2%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#5B524A (or 0x5B524A) is known color: Judge Grey. HEX triplet: 5B, 52 and 4A. RGB value is (91,82,74). Sum of RGB (Red+Green+Blue) = 91+82+74=247 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.84% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 91 - color contains mainly: red. Hex color #5B524A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B524A is #A4ADB5. Grayscale: #535353. Windows color (decimal): -10792374 or 4870747. OLE color: 4870747.

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

Color convert

RGB 91 82 74 -
CMYK 0 0.10 0.19 0.64
HSL 28.24º 0.1% 0.32% -
HSV(B) 28.24º 0.19% 0.36% -
XYZ 8.57 8.75 7.72 -
YUV 83.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 91 82 74 0 0.10 0.19 0.64 28.24 0.1 0.32
Hex 5B 52 4A 0 A 13 40 1C A 20
Octal 133 122 112 0 12 23 100 34 12 40
Binary 1011011 1010010 1001010 0 1010 10011 1000000 11100 1010 100000

Color Harmonies of #5B524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B524A

Black with #5B524A

Text Example


Text Example

White with #5B524A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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