#5B554C

Color #5B554C Judge Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Judge Grey #5B554C

Tints of Judge Grey #5B554C

Color information

#5B554C (or 0x5B554C) is unknown color: approx 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

RGB918576-
CMYK00.070.160.64
HSL36º8.98%32.75%-
HSV(B)36º16.48%35.69%-
XYZ8.879.248.15-
YUV85.77122.49131.73-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91857600.070.160.64368.9832.75
Hex5B554C07104024921
Octal1331251140720100441141
Binary10110111010101100110001111000010000001001001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>