#55565B

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

Shades of Bright Grey #55565B

Tints of Bright Grey #55565B

Color information

#55565B (or 0x55565B) is unknown color: approx Bright Grey. HEX triplet: 55, 56 and 5B. RGB value is (85,86,91). Sum of RGB (Red+Green+Blue) = 85+86+91=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 86 (33.98% from 255 or 32.82% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 91 - color contains mainly: blue. Hex color #55565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55565B is #AAA9A4. Grayscale: #565656. Windows color (decimal): -11184549 or 5985877. OLE color: 5985877.

HSL color Cylindrical-coordinate representation of color #55565B: hue angle of 230º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #55565B is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB858691-
CMYK0.070.0500.64
HSL230º3.41%34.51%-
HSV(B)230º6.59%35.69%-
XYZ8.969.3411.23-
YUV86.27130.67127.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.44%
GREEN value IS 86 (33.98% from 255) = 32.82%
BLUE value IS 91 (35.94% from 255) = 34.73%
R=32.44%
G=32.82%
B=34.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8586910.070.0500.642303.4134.51
Hex55565B75040e6323
Octal125126133750100346343
Binary101010110101101011011111101010000001110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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