Shades of Bright Grey #585E69
Tints of Bright Grey #585E69
RGB
CMYK
RGB Variations
Color information
#585E69 (or 0x585E69) is known color: Bright Grey. HEX triplet: 58, 5E and 69. RGB value is (88,94,105). Sum of RGB (Red+Green+Blue) = 88+94+105=287 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.66% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 105 - color contains mainly: blue. Hex color #585E69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585E69 is #A7A196. Grayscale: #5D5D5D. Windows color (decimal): -10985879 or 6905432. OLE color: 6905432.
HSL color Cylindrical-coordinate representation of color #585E69: hue angle of 218.82º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #585E69 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 88 | 94 | 105 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.59 |
| HSL | 218.82º | 0.09% | 0.38% | - |
| HSV(B) | 218.82º | 0.16% | 0.41% | - |
| XYZ | 10.58 | 11.1 | 14.95 | - |
| YUV | 93.46 | 134.51 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 94 | 105 | 0.16 | 0.10 | 0 | 0.59 | 218.82 | 0.09 | 0.38 |
| Hex | 58 | 5E | 69 | 10 | A | 0 | 3B | DB | 9 | 26 |
| Octal | 130 | 136 | 151 | 20 | 12 | 0 | 73 | 333 | 11 | 46 |
| Binary | 1011000 | 1011110 | 1101001 | 10000 | 1010 | 0 | 111011 | 11011011 | 1001 | 100110 |
Color Harmonies of #585E69
Complementary color
Monochromatic Colors of #585E69
Black with #585E69
Text Example
Text Example
White with #585E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585E69; }
p { color: rgb(88,94,105); }
H1.HeaderClassName
{
color: #585E69;
}
.AnyTagClassName
{
color: #585E69;
}
</style>
background-color css
<style>
a { background-color: #585E69; }
a { background-color: rgb(88,94,105); }
div.DivClassName
{
background-color: #585E69;
}
.BgClassName
{
background-color: #585E69;
}
</style>
border-color css
<style>
span { border-color: #585E69; }
span { border-color: rgb(88,94,105); }
td.TdClassName
{
border-color: #585E69;
}
.TagClassName
{
border-color: #585E69;
}
</style>