#53575D

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

Shades of Bright Grey #53575D

Tints of Bright Grey #53575D

Color information

#53575D (or 0x53575D) is unknown color: approx Bright Grey. HEX triplet: 53, 57 and 5D. RGB value is (83,87,93). Sum of RGB (Red+Green+Blue) = 83+87+93=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 93 - color contains mainly: blue. Hex color #53575D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53575D is #ACA8A2. Grayscale: #565656. Windows color (decimal): -11315363 or 6117203. OLE color: 6117203.

HSL color Cylindrical-coordinate representation of color #53575D: hue angle of 216º 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 #53575D is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB838793-
CMYK0.110.0600.64
HSL216º5.68%34.51%-
HSV(B)216º10.75%36.47%-
XYZ8.959.4511.71-
YUV86.49131.67125.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.56%
GREEN value IS 87 (34.38% from 255) = 33.08%
BLUE value IS 93 (36.72% from 255) = 35.36%
R=31.56%
G=33.08%
B=35.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8387930.110.0600.642165.6834.51
Hex53575DB6040d8623
Octal1231271351360100330643
Binary10100111010111101110110111100100000011011000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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