#53555A

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

Shades of Bright Grey #53555A

Tints of Bright Grey #53555A

Color information

#53555A (or 0x53555A) is unknown color: approx Bright Grey. HEX triplet: 53, 55 and 5A. RGB value is (83,85,90). Sum of RGB (Red+Green+Blue) = 83+85+90=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 90 - color contains mainly: blue. Hex color #53555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53555A is #ACAAA5. Grayscale: #545454. Windows color (decimal): -11315878 or 5920083. OLE color: 5920083.

HSL color Cylindrical-coordinate representation of color #53555A: hue angle of 222.86º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #53555A is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB838590-
CMYK0.080.0600.65
HSL222.86º4.05%33.92%-
HSV(B)222.86º7.78%35.29%-
XYZ8.669.0710.97-
YUV84.97130.84126.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.17%
GREEN value IS 85 (33.59% from 255) = 32.95%
BLUE value IS 90 (35.55% from 255) = 34.88%
R=32.17%
G=32.95%
B=34.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8385900.080.0600.65222.864.0533.92
Hex53555A86041df422
Octal1231251321060101337442
Binary10100111010101101101010001100100000111011111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53555A; }

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

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

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

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

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

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

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

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