#55585D

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

Shades of Bright Grey #55585D

Tints of Bright Grey #55585D

Color information

#55585D (or 0x55585D) is unknown color: approx Bright Grey. HEX triplet: 55, 58 and 5D. RGB value is (85,88,93). Sum of RGB (Red+Green+Blue) = 85+88+93=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 93 - color contains mainly: blue. Hex color #55585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55585D is #AAA7A2. Grayscale: #575757. Windows color (decimal): -11184035 or 6117461. OLE color: 6117461.

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

Color convert

RGB858893-
CMYK0.090.0500.64
HSL217.5º4.49%34.9%-
HSV(B)217.5º8.6%36.47%-
XYZ9.219.711.74-
YUV87.67131.01126.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.95%
GREEN value IS 88 (34.77% from 255) = 33.08%
BLUE value IS 93 (36.72% from 255) = 34.96%
R=31.95%
G=33.08%
B=34.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8588930.090.0500.64217.54.4934.9
Hex55585D95040da423
Octal1251301351150100332443
Binary10101011011000101110110011010100000011011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55585D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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