#555766

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

Shades of Bright Grey #555766

Tints of Bright Grey #555766

Color information

#555766 (or 0x555766) is unknown color: approx Bright Grey. HEX triplet: 55, 57 and 66. RGB value is (85,87,102). Sum of RGB (Red+Green+Blue) = 85+87+102=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 87 (34.38% from 255 or 31.75% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 102 - color contains mainly: blue. Hex color #555766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555766 is #AAA899. Grayscale: #585858. Windows color (decimal): -11184282 or 6707029. OLE color: 6707029.

HSL color Cylindrical-coordinate representation of color #555766: hue angle of 232.94º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #555766 is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8587102-
CMYK0.170.1500.6
HSL232.94º9.09%36.67%-
HSV(B)232.94º16.67%40%-
XYZ9.559.7113.94-
YUV88.11135.84125.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.02%
GREEN value IS 87 (34.38% from 255) = 31.75%
BLUE value IS 102 (40.23% from 255) = 37.23%
R=31.02%
G=31.75%
B=37.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal85871020.170.1500.6232.949.0936.67
Hex55576611F03Ce9925
Octal12512714621170743511145
Binary1010101101011111001101000111110111100111010011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555766; }

 p { color: rgb(85,87,102); }

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

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

 a { background-color: rgb(85,87,102); }

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

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

 span { border-color: rgb(85,87,102); }

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