#5A534C

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

Shades of Judge Grey #5A534C

Tints of Judge Grey #5A534C

Color information

#5A534C (or 0x5A534C) is unknown color: approx Judge Grey. HEX triplet: 5A, 53 and 4C. RGB value is (90,83,76). Sum of RGB (Red+Green+Blue) = 90+83+76=249 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.14% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 76 (30.08% from 255 or 30.52% from 249); Max value from RGB is 90 - color contains mainly: red. Hex color #5A534C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A534C is #A5ACB3. Grayscale: #545454. Windows color (decimal): -10857652 or 5002074. OLE color: 5002074.

HSL color Cylindrical-coordinate representation of color #5A534C: hue angle of 30º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5A534C is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB908376-
CMYK00.080.160.65
HSL30º8.43%32.55%-
HSV(B)30º15.56%35.29%-
XYZ8.618.888.1-
YUV84.3123.32132.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.14%
GREEN value IS 83 (32.81% from 255) = 33.33%
BLUE value IS 76 (30.08% from 255) = 30.52%
R=36.14%
G=33.33%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90837600.080.160.65308.4332.55
Hex5A534C0810411e821
Octal13212311401020101361041
Binary10110101010011100110001000100001000001111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A534C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,83,76); }

 H1.HeaderClassName
 {
   color: #5A534C;
 }
 .AnyTagClassName
 {
   color: #5A534C;
 }
</style>
background-color css

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

 a { background-color: rgb(90,83,76); }

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

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

 span { border-color: rgb(90,83,76); }

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