Shades of Light Slate Grey #758599
Tints of Light Slate Grey #758599
RGB
CMYK
RGB Variations
Color information
#758599 (or 0x758599) is known color: Light Slate Grey. HEX triplet: 75, 85 and 99. RGB value is (117,133,153). Sum of RGB (Red+Green+Blue) = 117+133+153=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 153 - color contains mainly: blue. Hex color #758599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758599 is #8A7A66. Grayscale: #828282. Windows color (decimal): -9075303 or 10061173. OLE color: 10061173.
HSL color Cylindrical-coordinate representation of color #758599: hue angle of 213.33º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #758599 is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 133 | 153 | - |
| CMYK | 0.24 | 0.13 | 0 | 0.4 |
| HSL | 213.33º | 0.15% | 0.53% | - |
| HSV(B) | 213.33º | 0.24% | 0.6% | - |
| XYZ | 21.47 | 22.86 | 33.42 | - |
| YUV | 130.5 | 140.7 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 133 | 153 | 0.24 | 0.13 | 0 | 0.4 | 213.33 | 0.15 | 0.53 |
| Hex | 75 | 85 | 99 | 18 | D | 0 | 28 | D5 | F | 35 |
| Octal | 165 | 205 | 231 | 30 | 15 | 0 | 50 | 325 | 17 | 65 |
| Binary | 1110101 | 10000101 | 10011001 | 11000 | 1101 | 0 | 101000 | 11010101 | 1111 | 110101 |
Color Harmonies of #758599
Complementary color
Monochromatic Colors of #758599
Black with #758599
Text Example
Text Example
White with #758599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758599; }
p { color: rgb(117,133,153); }
H1.HeaderClassName
{
color: #758599;
}
.AnyTagClassName
{
color: #758599;
}
</style>
background-color css
<style>
a { background-color: #758599; }
a { background-color: rgb(117,133,153); }
div.DivClassName
{
background-color: #758599;
}
.BgClassName
{
background-color: #758599;
}
</style>
border-color css
<style>
span { border-color: #758599; }
span { border-color: rgb(117,133,153); }
td.TdClassName
{
border-color: #758599;
}
.TagClassName
{
border-color: #758599;
}
</style>