#55575C

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

Shades of Bright Grey #55575C

Tints of Bright Grey #55575C

Color information

#55575C (or 0x55575C) is unknown color: approx Bright Grey. HEX triplet: 55, 57 and 5C. RGB value is (85,87,92). Sum of RGB (Red+Green+Blue) = 85+87+92=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 92 - color contains mainly: blue. Hex color #55575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55575C is #AAA8A3. Grayscale: #565656. Windows color (decimal): -11184292 or 6051669. OLE color: 6051669.

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

Color convert

RGB858792-
CMYK0.080.0500.64
HSL222.86º3.95%34.71%-
HSV(B)222.86º7.61%36.08%-
XYZ9.099.5211.48-
YUV86.97130.84126.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.20%
GREEN value IS 87 (34.38% from 255) = 32.95%
BLUE value IS 92 (36.33% from 255) = 34.85%
R=32.20%
G=32.95%
B=34.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8587920.080.0500.64222.863.9534.71
Hex55575C85040df423
Octal1251271341050100337443
Binary10101011010111101110010001010100000011011111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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