#555D69

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

Shades of Bright Grey #555D69

Tints of Bright Grey #555D69

Color information

#555D69 (or 0x555D69) is unknown color: approx Bright Grey. HEX triplet: 55, 5D and 69. RGB value is (85,93,105). Sum of RGB (Red+Green+Blue) = 85+93+105=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 105 - color contains mainly: blue. Hex color #555D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555D69 is #AAA296. Grayscale: #5B5B5B. Windows color (decimal): -11182743 or 6905173. OLE color: 6905173.

HSL color Cylindrical-coordinate representation of color #555D69: hue angle of 216º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #555D69 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8593105-
CMYK0.190.1100.59
HSL216º10.53%37.25%-
HSV(B)216º19.05%41.18%-
XYZ10.2110.7814.91-
YUV91.98135.35123.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 93 (36.72% from 255) = 32.86%
BLUE value IS 105 (41.41% from 255) = 37.10%
R=30.04%
G=32.86%
B=37.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85931050.190.1100.5921610.5337.25
Hex555D6913B03Bd8b25
Octal12513515123130733301345
Binary1010101101110111010011001110110111011110110001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555D69; }

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

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

<style>
 a { background-color: #555D69; }

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

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

<style>
 span { border-color: #555D69; }

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

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