Shades of Slate Blue #5F5BCF
Tints of Slate Blue #5F5BCF
RGB
CMYK
RGB Variations
Color information
#5F5BCF (or 0x5F5BCF) is known color: Slate Blue. HEX triplet: 5F, 5B and CF. RGB value is (95,91,207). Sum of RGB (Red+Green+Blue) = 95+91+207=393 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.17% from 393); Green value is 91 (35.94% from 255 or 23.16% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #5F5BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5BCF is #A0A430. Grayscale: #686868. Windows color (decimal): -10527793 or 13589343. OLE color: 13589343.
HSL color Cylindrical-coordinate representation of color #5F5BCF: hue angle of 242.07º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F5BCF is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 91 | 207 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.19 |
| HSL | 242.07º | 0.55% | 0.58% | - |
| HSV(B) | 242.07º | 0.56% | 0.81% | - |
| XYZ | 19.72 | 14.42 | 60.78 | - |
| YUV | 105.42 | 185.33 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 91 | 207 | 0.54 | 0.56 | 0 | 0.19 | 242.07 | 0.55 | 0.58 |
| Hex | 5F | 5B | CF | 36 | 38 | 0 | 13 | F2 | 37 | 3A |
| Octal | 137 | 133 | 317 | 66 | 70 | 0 | 23 | 362 | 67 | 72 |
| Binary | 1011111 | 1011011 | 11001111 | 110110 | 111000 | 0 | 10011 | 11110010 | 110111 | 111010 |
Color Harmonies of #5F5BCF
Complementary color
Monochromatic Colors of #5F5BCF
Black with #5F5BCF
Text Example
Text Example
White with #5F5BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F5BCF; }
p { color: rgb(95,91,207); }
H1.HeaderClassName
{
color: #5F5BCF;
}
.AnyTagClassName
{
color: #5F5BCF;
}
</style>
background-color css
<style>
a { background-color: #5F5BCF; }
a { background-color: rgb(95,91,207); }
div.DivClassName
{
background-color: #5F5BCF;
}
.BgClassName
{
background-color: #5F5BCF;
}
</style>
border-color css
<style>
span { border-color: #5F5BCF; }
span { border-color: rgb(95,91,207); }
td.TdClassName
{
border-color: #5F5BCF;
}
.TagClassName
{
border-color: #5F5BCF;
}
</style>