#53565D

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

Shades of Bright Grey #53565D

Tints of Bright Grey #53565D

Color information

#53565D (or 0x53565D) is unknown color: approx Bright Grey. HEX triplet: 53, 56 and 5D. RGB value is (83,86,93). Sum of RGB (Red+Green+Blue) = 83+86+93=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 93 - color contains mainly: blue. Hex color #53565D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53565D is #ACA9A2. Grayscale: #555555. Windows color (decimal): -11315619 or 6116947. OLE color: 6116947.

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

Color convert

RGB838693-
CMYK0.110.0800.64
HSL222º5.68%34.51%-
HSV(B)222º10.75%36.47%-
XYZ8.879.2811.68-
YUV85.9132.01125.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.68%
GREEN value IS 86 (33.98% from 255) = 32.82%
BLUE value IS 93 (36.72% from 255) = 35.50%
R=31.68%
G=32.82%
B=35.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8386930.110.0800.642225.6834.51
Hex53565DB8040de623
Octal12312613513100100336643
Binary101001110101101011101101110000100000011011110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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