Shades of Bright Grey #585C65
Tints of Bright Grey #585C65
RGB
CMYK
RGB Variations
Color information
#585C65 (or 0x585C65) is known color: Bright Grey. HEX triplet: 58, 5C and 65. RGB value is (88,92,101). Sum of RGB (Red+Green+Blue) = 88+92+101=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 101 - color contains mainly: blue. Hex color #585C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585C65 is #A7A39A. Grayscale: #5B5B5B. Windows color (decimal): -10986395 or 6642776. OLE color: 6642776.
HSL color Cylindrical-coordinate representation of color #585C65: hue angle of 221.54º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #585C65 is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 92 | 101 | - |
| CMYK | 0.13 | 0.09 | 0 | 0.60 |
| HSL | 221.54º | 0.07% | 0.37% | - |
| HSV(B) | 221.54º | 0.13% | 0.4% | - |
| XYZ | 10.2 | 10.67 | 13.83 | - |
| YUV | 91.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 92 | 101 | 0.13 | 0.09 | 0 | 0.60 | 221.54 | 0.07 | 0.37 |
| Hex | 58 | 5C | 65 | D | 9 | 0 | 3C | DE | 7 | 25 |
| Octal | 130 | 134 | 145 | 15 | 11 | 0 | 74 | 336 | 7 | 45 |
| Binary | 1011000 | 1011100 | 1100101 | 1101 | 1001 | 0 | 111100 | 11011110 | 111 | 100101 |
Color Harmonies of #585C65
Complementary color
Monochromatic Colors of #585C65
Black with #585C65
Text Example
Text Example
White with #585C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585C65; }
p { color: rgb(88,92,101); }
H1.HeaderClassName
{
color: #585C65;
}
.AnyTagClassName
{
color: #585C65;
}
</style>
background-color css
<style>
a { background-color: #585C65; }
a { background-color: rgb(88,92,101); }
div.DivClassName
{
background-color: #585C65;
}
.BgClassName
{
background-color: #585C65;
}
</style>
border-color css
<style>
span { border-color: #585C65; }
span { border-color: rgb(88,92,101); }
td.TdClassName
{
border-color: #585C65;
}
.TagClassName
{
border-color: #585C65;
}
</style>