#555759

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

Shades of Bright Grey #555759

Tints of Bright Grey #555759

Color information

#555759 (or 0x555759) is unknown color: approx Bright Grey. HEX triplet: 55, 57 and 59. RGB value is (85,87,89). Sum of RGB (Red+Green+Blue) = 85+87+89=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 89 (35.16% from 255 or 34.10% from 261); Max value from RGB is 89 - color contains mainly: blue. Hex color #555759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555759 is #AAA8A6. Grayscale: #565656. Windows color (decimal): -11184295 or 5855061. OLE color: 5855061.

HSL color Cylindrical-coordinate representation of color #555759: hue angle of 210º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #555759 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB858789-
CMYK0.040.0200.65
HSL210º2.3%34.12%-
HSV(B)210º4.49%34.9%-
XYZ8.969.4710.81-
YUV86.63129.34126.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.57%
GREEN value IS 87 (34.38% from 255) = 33.33%
BLUE value IS 89 (35.16% from 255) = 34.10%
R=32.57%
G=33.33%
B=34.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8587890.040.0200.652102.334.12
Hex55575942041d2222
Octal125127131420101322242
Binary10101011010111101100110010010000011101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555759; }

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

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

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

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

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

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

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

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