#555A63

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

Shades of Bright Grey #555A63

Tints of Bright Grey #555A63

Color information

#555A63 (or 0x555A63) is unknown color: approx Bright Grey. HEX triplet: 55, 5A and 63. RGB value is (85,90,99). Sum of RGB (Red+Green+Blue) = 85+90+99=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 99 - color contains mainly: blue. Hex color #555A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A63 is #AAA59C. Grayscale: #595959. Windows color (decimal): -11183517 or 6511189. OLE color: 6511189.

HSL color Cylindrical-coordinate representation of color #555A63: hue angle of 218.57º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #555A63 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB859099-
CMYK0.140.0900.61
HSL218.57º7.61%36.08%-
HSV(B)218.57º14.14%38.82%-
XYZ9.6510.1413.25-
YUV89.53133.34124.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.02%
GREEN value IS 90 (35.55% from 255) = 32.85%
BLUE value IS 99 (39.06% from 255) = 36.13%
R=31.02%
G=32.85%
B=36.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8590990.140.0900.61218.577.6136.08
Hex555A63E903Ddb824
Octal12513214316110753331044
Binary101010110110101100011111010010111101110110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555A63; }

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

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

<style>
 a { background-color: #555A63; }

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

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

<style>
 span { border-color: #555A63; }

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

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