Shades of Bright Grey #585A65
Tints of Bright Grey #585A65
RGB
CMYK
RGB Variations
Color information
#585A65 (or 0x585A65) is known color: Bright Grey. HEX triplet: 58, 5A and 65. RGB value is (88,90,101). Sum of RGB (Red+Green+Blue) = 88+90+101=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 101 - color contains mainly: blue. Hex color #585A65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585A65 is #A7A59A. Grayscale: #5A5A5A. Windows color (decimal): -10986907 or 6642264. OLE color: 6642264.
HSL color Cylindrical-coordinate representation of color #585A65: hue angle of 230.77º 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 #585A65 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 90 | 101 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.60 |
| HSL | 230.77º | 0.07% | 0.37% | - |
| HSV(B) | 230.77º | 0.13% | 0.4% | - |
| XYZ | 10.03 | 10.33 | 13.78 | - |
| YUV | 90.66 | 133.84 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 101 | 0.13 | 0.11 | 0 | 0.60 | 230.77 | 0.07 | 0.37 |
| Hex | 58 | 5A | 65 | D | B | 0 | 3C | E7 | 7 | 25 |
| Octal | 130 | 132 | 145 | 15 | 13 | 0 | 74 | 347 | 7 | 45 |
| Binary | 1011000 | 1011010 | 1100101 | 1101 | 1011 | 0 | 111100 | 11100111 | 111 | 100101 |
Color Harmonies of #585A65
Complementary color
Monochromatic Colors of #585A65
Black with #585A65
Text Example
Text Example
White with #585A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585A65; }
p { color: rgb(88,90,101); }
H1.HeaderClassName
{
color: #585A65;
}
.AnyTagClassName
{
color: #585A65;
}
</style>
background-color css
<style>
a { background-color: #585A65; }
a { background-color: rgb(88,90,101); }
div.DivClassName
{
background-color: #585A65;
}
.BgClassName
{
background-color: #585A65;
}
</style>
border-color css
<style>
span { border-color: #585A65; }
span { border-color: rgb(88,90,101); }
td.TdClassName
{
border-color: #585A65;
}
.TagClassName
{
border-color: #585A65;
}
</style>