#55585C

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

Shades of Bright Grey #55585C

Tints of Bright Grey #55585C

Color information

#55585C (or 0x55585C) is unknown color: approx Bright Grey. HEX triplet: 55, 58 and 5C. RGB value is (85,88,92). Sum of RGB (Red+Green+Blue) = 85+88+92=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 88 (34.77% from 255 or 33.21% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 92 - color contains mainly: blue. Hex color #55585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55585C is #AAA7A3. Grayscale: #575757. Windows color (decimal): -11184036 or 6051925. OLE color: 6051925.

HSL color Cylindrical-coordinate representation of color #55585C: hue angle of 214.29º 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 #55585C is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB858892-
CMYK0.080.0400.64
HSL214.29º3.95%34.71%-
HSV(B)214.29º7.61%36.08%-
XYZ9.179.6811.51-
YUV87.56130.51126.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.08%
GREEN value IS 88 (34.77% from 255) = 33.21%
BLUE value IS 92 (36.33% from 255) = 34.72%
R=32.08%
G=33.21%
B=34.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8588920.080.0400.64214.293.9534.71
Hex55585C84040d6423
Octal1251301341040100326443
Binary10101011011000101110010001000100000011010110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55585C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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