#555663

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

Shades of Bright Grey #555663

Tints of Bright Grey #555663

Color information

#555663 (or 0x555663) is unknown color: approx Bright Grey. HEX triplet: 55, 56 and 63. RGB value is (85,86,99). Sum of RGB (Red+Green+Blue) = 85+86+99=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 99 - color contains mainly: blue. Hex color #555663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555663 is #AAA99C. Grayscale: #575757. Windows color (decimal): -11184541 or 6510165. OLE color: 6510165.

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

Color convert

RGB858699-
CMYK0.140.1300.61
HSL235.71º7.61%36.08%-
HSV(B)235.71º14.14%38.82%-
XYZ9.339.4913.14-
YUV87.18134.67126.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.48%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 99 (39.06% from 255) = 36.67%
R=31.48%
G=31.85%
B=36.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8586990.140.1300.61235.717.6136.08
Hex555663ED03Dec824
Octal12512614316150753541044
Binary101010110101101100011111011010111101111011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555663; }

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

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

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

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

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

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

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

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