Shades of Bright Grey #58595B
Tints of Bright Grey #58595B
RGB
CMYK
RGB Variations
Color information
#58595B (or 0x58595B) is known color: Bright Grey. HEX triplet: 58, 59 and 5B. RGB value is (88,89,91). Sum of RGB (Red+Green+Blue) = 88+89+91=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 91 - color contains mainly: blue. Hex color #58595B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58595B is #A7A6A4. Grayscale: #585858. Windows color (decimal): -10987173 or 5986648. OLE color: 5986648.
HSL color Cylindrical-coordinate representation of color #58595B: hue angle of 220º degrees, saturation: 0.02, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #58595B is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
RGB | 88 | 89 | 91 | - |
CMYK | 0.03 | 0.02 | 0 | 0.64 |
HSL | 220º | 0.02% | 0.35% | - |
HSV(B) | 220º | 0.03% | 0.36% | - |
XYZ | 9.49 | 9.97 | 11.32 | - |
YUV | 88.93 | 129.17 | 127.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 88 | 89 | 91 | 0.03 | 0.02 | 0 | 0.64 | 220 | 0.02 | 0.35 |
Hex | 58 | 59 | 5B | 3 | 2 | 0 | 40 | DC | 2 | 23 |
Octal | 130 | 131 | 133 | 3 | 2 | 0 | 100 | 334 | 2 | 43 |
Binary | 1011000 | 1011001 | 1011011 | 11 | 10 | 0 | 1000000 | 11011100 | 10 | 100011 |
Color Harmonies of #58595B
Complementary color
Monochromatic Colors of #58595B
Black with #58595B
Text Example
Text Example
White with #58595B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58595B; }
p { color: rgb(88,89,91); }
H1.HeaderClassName
{
color: #58595B;
}
.AnyTagClassName
{
color: #58595B;
}
</style>
background-color css
<style>
a { background-color: #58595B; }
a { background-color: rgb(88,89,91); }
div.DivClassName
{
background-color: #58595B;
}
.BgClassName
{
background-color: #58595B;
}
</style>
border-color css
<style>
span { border-color: #58595B; }
span { border-color: rgb(88,89,91); }
td.TdClassName
{
border-color: #58595B;
}
.TagClassName
{
border-color: #58595B;
}
</style>