#53545D

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

Shades of Bright Grey #53545D

Tints of Bright Grey #53545D

Color information

#53545D (or 0x53545D) is unknown color: approx Bright Grey. HEX triplet: 53, 54 and 5D. RGB value is (83,84,93). Sum of RGB (Red+Green+Blue) = 83+84+93=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 93 (36.72% from 255 or 35.77% from 260); Max value from RGB is 93 - color contains mainly: blue. Hex color #53545D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53545D is #ACABA2. Grayscale: #545454. Windows color (decimal): -11316131 or 6116435. OLE color: 6116435.

HSL color Cylindrical-coordinate representation of color #53545D: hue angle of 234º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #53545D is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB838493-
CMYK0.110.1000.64
HSL234º5.68%34.51%-
HSV(B)234º10.75%36.47%-
XYZ8.718.9711.63-
YUV84.73132.67126.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.92%
GREEN value IS 84 (33.20% from 255) = 32.31%
BLUE value IS 93 (36.72% from 255) = 35.77%
R=31.92%
G=32.31%
B=35.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8384930.110.1000.642345.6834.51
Hex53545DBA040ea623
Octal12312413513120100352643
Binary101001110101001011101101110100100000011101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53545D; }

 p { color: rgb(83,84,93); }

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

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

 a { background-color: rgb(83,84,93); }

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

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

 span { border-color: rgb(83,84,93); }

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