#55565C

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

Shades of Bright Grey #55565C

Tints of Bright Grey #55565C

Color information

#55565C (or 0x55565C) is unknown color: approx Bright Grey. HEX triplet: 55, 56 and 5C. RGB value is (85,86,92). Sum of RGB (Red+Green+Blue) = 85+86+92=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 92 (36.33% from 255 or 34.98% from 263); Max value from RGB is 92 - color contains mainly: blue. Hex color #55565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55565C is #AAA9A3. Grayscale: #565656. Windows color (decimal): -11184548 or 6051413. OLE color: 6051413.

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

Color convert

RGB858692-
CMYK0.080.0700.64
HSL231.43º3.95%34.71%-
HSV(B)231.43º7.61%36.08%-
XYZ9.019.3611.46-
YUV86.38131.17127.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.32%
GREEN value IS 86 (33.98% from 255) = 32.70%
BLUE value IS 92 (36.33% from 255) = 34.98%
R=32.32%
G=32.70%
B=34.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8586920.080.0700.64231.433.9534.71
Hex55565C87040e7423
Octal1251261341070100347443
Binary10101011010110101110010001110100000011100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55565C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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