#545250

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

Shades of Judge Grey #545250

Tints of Judge Grey #545250

Color information

#545250 (or 0x545250) is unknown color: approx Judge Grey. HEX triplet: 54, 52 and 50. RGB value is (84,82,80). Sum of RGB (Red+Green+Blue) = 84+82+80=246 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.15% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 84 - color contains mainly: red. Hex color #545250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545250 is #ABADAF. Grayscale: #525252. Windows color (decimal): -11251120 or 5263956. OLE color: 5263956.

HSL color Cylindrical-coordinate representation of color #545250: hue angle of 30º degrees, saturation: 0.02, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #545250 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB848280-
CMYK00.020.050.67
HSL30º2.44%32.16%-
HSV(B)30º4.76%32.94%-
XYZ8.128.58.8-
YUV82.37126.66129.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.15%
GREEN value IS 82 (32.42% from 255) = 33.33%
BLUE value IS 80 (31.64% from 255) = 32.52%
R=34.15%
G=33.33%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84828000.020.050.67302.4432.16
Hex545250025431e220
Octal12412212002510336240
Binary10101001010010101000001010110000111111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545250; }

 p { color: rgb(84,82,80); }

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

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

 a { background-color: rgb(84,82,80); }

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

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

 span { border-color: rgb(84,82,80); }

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