Shades of Bright Grey #585C68
Tints of Bright Grey #585C68
RGB
CMYK
RGB Variations
Color information
#585C68 (or 0x585C68) is known color: Bright Grey. HEX triplet: 58, 5C and 68. RGB value is (88,92,104). Sum of RGB (Red+Green+Blue) = 88+92+104=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 104 - color contains mainly: blue. Hex color #585C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585C68 is #A7A397. Grayscale: #5C5C5C. Windows color (decimal): -10986392 or 6839384. OLE color: 6839384.
HSL color Cylindrical-coordinate representation of color #585C68: hue angle of 225º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #585C68 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 88 | 92 | 104 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.59 |
| HSL | 225º | 0.08% | 0.38% | - |
| HSV(B) | 225º | 0.15% | 0.41% | - |
| XYZ | 10.35 | 10.73 | 14.62 | - |
| YUV | 92.17 | 134.67 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 104 | 0.15 | 0.12 | 0 | 0.59 | 225 | 0.08 | 0.38 |
| Hex | 58 | 5C | 68 | F | C | 0 | 3B | E1 | 8 | 26 |
| Octal | 130 | 134 | 150 | 17 | 14 | 0 | 73 | 341 | 10 | 46 |
| Binary | 1011000 | 1011100 | 1101000 | 1111 | 1100 | 0 | 111011 | 11100001 | 1000 | 100110 |
Color Harmonies of #585C68
Complementary color
Monochromatic Colors of #585C68
Black with #585C68
Text Example
Text Example
White with #585C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585C68; }
p { color: rgb(88,92,104); }
H1.HeaderClassName
{
color: #585C68;
}
.AnyTagClassName
{
color: #585C68;
}
</style>
background-color css
<style>
a { background-color: #585C68; }
a { background-color: rgb(88,92,104); }
div.DivClassName
{
background-color: #585C68;
}
.BgClassName
{
background-color: #585C68;
}
</style>
border-color css
<style>
span { border-color: #585C68; }
span { border-color: rgb(88,92,104); }
td.TdClassName
{
border-color: #585C68;
}
.TagClassName
{
border-color: #585C68;
}
</style>