#55565A

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

Shades of Bright Grey #55565A

Tints of Bright Grey #55565A

Color information

#55565A (or 0x55565A) is unknown color: approx Bright Grey. HEX triplet: 55, 56 and 5A. RGB value is (85,86,90). Sum of RGB (Red+Green+Blue) = 85+86+90=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 86 (33.98% from 255 or 32.95% from 261); Blue value is 90 (35.55% from 255 or 34.48% from 261); Max value from RGB is 90 - color contains mainly: blue. Hex color #55565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55565A is #AAA9A5. Grayscale: #565656. Windows color (decimal): -11184550 or 5920341. OLE color: 5920341.

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

Color convert

RGB858690-
CMYK0.060.0400.65
HSL228º2.86%34.31%-
HSV(B)228º5.56%35.29%-
XYZ8.929.3311-
YUV86.16130.17127.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.57%
GREEN value IS 86 (33.98% from 255) = 32.95%
BLUE value IS 90 (35.55% from 255) = 34.48%
R=32.57%
G=32.95%
B=34.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8586900.060.0400.652282.8634.31
Hex55565A64041e4322
Octal125126132640101344342
Binary101010110101101011010110100010000011110010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55565A; }

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

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

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

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

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

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

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

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