#53555F

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

Shades of Bright Grey #53555F

Tints of Bright Grey #53555F

Color information

#53555F (or 0x53555F) is unknown color: approx Bright Grey. HEX triplet: 53, 55 and 5F. RGB value is (83,85,95). Sum of RGB (Red+Green+Blue) = 83+85+95=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 95 - color contains mainly: blue. Hex color #53555F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53555F is #ACAAA0. Grayscale: #555555. Windows color (decimal): -11315873 or 6247763. OLE color: 6247763.

HSL color Cylindrical-coordinate representation of color #53555F: hue angle of 230º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #53555F is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB838595-
CMYK0.130.1100.63
HSL230º6.74%34.9%-
HSV(B)230º12.63%37.25%-
XYZ8.889.1612.13-
YUV85.54133.34126.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.56%
GREEN value IS 85 (33.59% from 255) = 32.32%
BLUE value IS 95 (37.5% from 255) = 36.12%
R=31.56%
G=32.32%
B=36.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8385950.130.1100.632306.7434.9
Hex53555FDB03Fe6723
Octal1231251371513077346743
Binary10100111010101101111111011011011111111100110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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