Shades of Slate Blue #5948C8
Tints of Slate Blue #5948C8
RGB
CMYK
RGB Variations
Color information
#5948C8 (or 0x5948C8) is known color: Slate Blue. HEX triplet: 59, 48 and C8. RGB value is (89,72,200). Sum of RGB (Red+Green+Blue) = 89+72+200=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 200 (78.52% from 255 or 55.40% from 361); Max value from RGB is 200 - color contains mainly: blue. Hex color #5948C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5948C8 is #A6B737. Grayscale: #5B5B5B. Windows color (decimal): -10925880 or 13125721. OLE color: 13125721.
HSL color Cylindrical-coordinate representation of color #5948C8: hue angle of 247.97º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5948C8 is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 72 | 200 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.22 |
| HSL | 247.97º | 0.54% | 0.53% | - |
| HSV(B) | 247.97º | 0.64% | 0.78% | - |
| XYZ | 16.86 | 10.93 | 55.86 | - |
| YUV | 91.68 | 189.13 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 72 | 200 | 0.56 | 0.64 | 0 | 0.22 | 247.97 | 0.54 | 0.53 |
| Hex | 59 | 48 | C8 | 38 | 40 | 0 | 16 | F8 | 36 | 35 |
| Octal | 131 | 110 | 310 | 70 | 100 | 0 | 26 | 370 | 66 | 65 |
| Binary | 1011001 | 1001000 | 11001000 | 111000 | 1000000 | 0 | 10110 | 11111000 | 110110 | 110101 |
Color Harmonies of #5948C8
Complementary color
Monochromatic Colors of #5948C8
Black with #5948C8
Text Example
Text Example
White with #5948C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5948C8; }
p { color: rgb(89,72,200); }
H1.HeaderClassName
{
color: #5948C8;
}
.AnyTagClassName
{
color: #5948C8;
}
</style>
background-color css
<style>
a { background-color: #5948C8; }
a { background-color: rgb(89,72,200); }
div.DivClassName
{
background-color: #5948C8;
}
.BgClassName
{
background-color: #5948C8;
}
</style>
border-color css
<style>
span { border-color: #5948C8; }
span { border-color: rgb(89,72,200); }
td.TdClassName
{
border-color: #5948C8;
}
.TagClassName
{
border-color: #5948C8;
}
</style>