#555863

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

Shades of Bright Grey #555863

Tints of Bright Grey #555863

Color information

#555863 (or 0x555863) is unknown color: approx Bright Grey. HEX triplet: 55, 58 and 63. RGB value is (85,88,99). Sum of RGB (Red+Green+Blue) = 85+88+99=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 99 - color contains mainly: blue. Hex color #555863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555863 is #AAA79C. Grayscale: #585858. Windows color (decimal): -11184029 or 6510677. OLE color: 6510677.

HSL color Cylindrical-coordinate representation of color #555863: hue angle of 227.14º 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 #555863 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB858899-
CMYK0.140.1100.61
HSL227.14º7.61%36.08%-
HSV(B)227.14º14.14%38.82%-
XYZ9.499.8113.2-
YUV88.36134.01125.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.25%
GREEN value IS 88 (34.77% from 255) = 32.35%
BLUE value IS 99 (39.06% from 255) = 36.40%
R=31.25%
G=32.35%
B=36.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8588990.140.1100.61227.147.6136.08
Hex555863EB03De3824
Octal12513014316130753431044
Binary101010110110001100011111010110111101111000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555863; }

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

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

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

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

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

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

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

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