Shades of Bright Grey #585A67
Tints of Bright Grey #585A67
RGB
CMYK
RGB Variations
Color information
#585A67 (or 0x585A67) is known color: Bright Grey. HEX triplet: 58, 5A and 67. RGB value is (88,90,103). Sum of RGB (Red+Green+Blue) = 88+90+103=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 103 - color contains mainly: blue. Hex color #585A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585A67 is #A7A598. Grayscale: #5A5A5A. Windows color (decimal): -10986905 or 6773336. OLE color: 6773336.
HSL color Cylindrical-coordinate representation of color #585A67: hue angle of 232º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #585A67 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 88 | 90 | 103 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.60 |
| HSL | 232º | 0.08% | 0.37% | - |
| HSV(B) | 232º | 0.15% | 0.4% | - |
| XYZ | 10.13 | 10.37 | 14.3 | - |
| YUV | 90.88 | 134.84 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 90 | 103 | 0.15 | 0.13 | 0 | 0.60 | 232 | 0.08 | 0.37 |
| Hex | 58 | 5A | 67 | F | D | 0 | 3C | E8 | 8 | 25 |
| Octal | 130 | 132 | 147 | 17 | 15 | 0 | 74 | 350 | 10 | 45 |
| Binary | 1011000 | 1011010 | 1100111 | 1111 | 1101 | 0 | 111100 | 11101000 | 1000 | 100101 |
Color Harmonies of #585A67
Complementary color
Monochromatic Colors of #585A67
Black with #585A67
Text Example
Text Example
White with #585A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #585A67; }
p { color: rgb(88,90,103); }
H1.HeaderClassName
{
color: #585A67;
}
.AnyTagClassName
{
color: #585A67;
}
</style>
background-color css
<style>
a { background-color: #585A67; }
a { background-color: rgb(88,90,103); }
div.DivClassName
{
background-color: #585A67;
}
.BgClassName
{
background-color: #585A67;
}
</style>
border-color css
<style>
span { border-color: #585A67; }
span { border-color: rgb(88,90,103); }
td.TdClassName
{
border-color: #585A67;
}
.TagClassName
{
border-color: #585A67;
}
</style>