Shades of Slate Blue #5948BF
Tints of Slate Blue #5948BF
RGB
CMYK
RGB Variations
Color information
#5948BF (or 0x5948BF) is known color: Slate Blue. HEX triplet: 59, 48 and BF. RGB value is (89,72,191). Sum of RGB (Red+Green+Blue) = 89+72+191=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #5948BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5948BF is #A6B740. Grayscale: #5A5A5A. Windows color (decimal): -10925889 or 12535897. OLE color: 12535897.
HSL color Cylindrical-coordinate representation of color #5948BF: hue angle of 248.57º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5948BF is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 89 | 72 | 191 | - |
| CMYK | 0.53 | 0.62 | 0 | 0.25 |
| HSL | 248.57º | 0.48% | 0.52% | - |
| HSV(B) | 248.57º | 0.62% | 0.75% | - |
| XYZ | 15.84 | 10.52 | 50.49 | - |
| YUV | 90.65 | 184.63 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 72 | 191 | 0.53 | 0.62 | 0 | 0.25 | 248.57 | 0.48 | 0.52 |
| Hex | 59 | 48 | BF | 35 | 3E | 0 | 19 | F9 | 30 | 34 |
| Octal | 131 | 110 | 277 | 65 | 76 | 0 | 31 | 371 | 60 | 64 |
| Binary | 1011001 | 1001000 | 10111111 | 110101 | 111110 | 0 | 11001 | 11111001 | 110000 | 110100 |
Color Harmonies of #5948BF
Complementary color
Monochromatic Colors of #5948BF
Black with #5948BF
Text Example
Text Example
White with #5948BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5948BF; }
p { color: rgb(89,72,191); }
H1.HeaderClassName
{
color: #5948BF;
}
.AnyTagClassName
{
color: #5948BF;
}
</style>
background-color css
<style>
a { background-color: #5948BF; }
a { background-color: rgb(89,72,191); }
div.DivClassName
{
background-color: #5948BF;
}
.BgClassName
{
background-color: #5948BF;
}
</style>
border-color css
<style>
span { border-color: #5948BF; }
span { border-color: rgb(89,72,191); }
td.TdClassName
{
border-color: #5948BF;
}
.TagClassName
{
border-color: #5948BF;
}
</style>