Html Css Color HEX #5B554C Judge Grey

📋 copy color: '#5B554C'

red 91 ◦ green 85 ◦ blue 76

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

Shades of Judge Grey #5B554C

Tints of Judge Grey #5B554C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.73%

 BLUE value IS 76 (30.08% from 255) = 30.16%

R = 36.11%
G = 33.73%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.64

RGB Variations

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

Color information

#5B554C (or 0x5B554C) is known color: Judge Grey. HEX triplet: 5B, 55 and 4C. RGB value is (91,85,76). Sum of RGB (Red+Green+Blue) = 91+85+76=252 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.11% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 91 - color contains mainly: red. Hex color #5B554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B554C is #A4AAB3. Grayscale: #555555. Windows color (decimal): -10791604 or 5002587. OLE color: 5002587.

HSL color Cylindrical-coordinate representation of color #5B554C: hue angle of 36º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5B554C is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 85 76 -
CMYK 0 0.07 0.16 0.64
HSL 36º 0.09% 0.33% -
HSV(B) 36º 0.16% 0.36% -
XYZ 8.87 9.24 8.15 -
YUV 85.77 122.49 131.73 -
System Red Green Blue C M Y K H S L
Decimal 91 85 76 0 0.07 0.16 0.64 36 0.09 0.33
Hex 5B 55 4C 0 7 10 40 24 9 21
Octal 133 125 114 0 7 20 100 44 11 41
Binary 1011011 1010101 1001100 0 111 10000 1000000 100100 1001 100001

Color Harmonies of #5B554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B554C

Black with #5B554C

Text Example


Text Example

White with #5B554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,85,76); }

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

background-color css

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

 a { background-color: rgb(91,85,76); }

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

border-color css

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

 span { border-color: rgb(91,85,76); }

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