Shades of Slate Blue #5F58CF
Tints of Slate Blue #5F58CF
RGB
CMYK
RGB Variations
Color information
#5F58CF (or 0x5F58CF) is known color: Slate Blue. HEX triplet: 5F, 58 and CF. RGB value is (95,88,207). Sum of RGB (Red+Green+Blue) = 95+88+207=390 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.36% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #5F58CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F58CF is #A0A730. Grayscale: #676767. Windows color (decimal): -10528561 or 13588575. OLE color: 13588575.
HSL color Cylindrical-coordinate representation of color #5F58CF: hue angle of 243.53º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F58CF is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 88 | 207 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.19 |
| HSL | 243.53º | 0.55% | 0.58% | - |
| HSV(B) | 243.53º | 0.57% | 0.81% | - |
| XYZ | 19.47 | 13.92 | 60.69 | - |
| YUV | 103.66 | 186.32 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 88 | 207 | 0.54 | 0.57 | 0 | 0.19 | 243.53 | 0.55 | 0.58 |
| Hex | 5F | 58 | CF | 36 | 39 | 0 | 13 | F4 | 37 | 3A |
| Octal | 137 | 130 | 317 | 66 | 71 | 0 | 23 | 364 | 67 | 72 |
| Binary | 1011111 | 1011000 | 11001111 | 110110 | 111001 | 0 | 10011 | 11110100 | 110111 | 111010 |
Color Harmonies of #5F58CF
Complementary color
Monochromatic Colors of #5F58CF
Black with #5F58CF
Text Example
Text Example
White with #5F58CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F58CF; }
p { color: rgb(95,88,207); }
H1.HeaderClassName
{
color: #5F58CF;
}
.AnyTagClassName
{
color: #5F58CF;
}
</style>
background-color css
<style>
a { background-color: #5F58CF; }
a { background-color: rgb(95,88,207); }
div.DivClassName
{
background-color: #5F58CF;
}
.BgClassName
{
background-color: #5F58CF;
}
</style>
border-color css
<style>
span { border-color: #5F58CF; }
span { border-color: rgb(95,88,207); }
td.TdClassName
{
border-color: #5F58CF;
}
.TagClassName
{
border-color: #5F58CF;
}
</style>