Shades of Slate Blue #5F47CC
Tints of Slate Blue #5F47CC
RGB
CMYK
RGB Variations
Color information
#5F47CC (or 0x5F47CC) is known color: Slate Blue. HEX triplet: 5F, 47 and CC. RGB value is (95,71,204). Sum of RGB (Red+Green+Blue) = 95+71+204=370 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.68% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F47CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F47CC is #A0B833. Grayscale: #5C5C5C. Windows color (decimal): -10532916 or 13387615. OLE color: 13387615.
HSL color Cylindrical-coordinate representation of color #5F47CC: hue angle of 250.83º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5F47CC is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 71 | 204 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.2 |
| HSL | 250.83º | 0.57% | 0.54% | - |
| HSV(B) | 250.83º | 0.65% | 0.8% | - |
| XYZ | 17.87 | 11.3 | 58.37 | - |
| YUV | 93.34 | 190.45 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 71 | 204 | 0.53 | 0.65 | 0 | 0.2 | 250.83 | 0.57 | 0.54 |
| Hex | 5F | 47 | CC | 35 | 41 | 0 | 14 | FB | 39 | 36 |
| Octal | 137 | 107 | 314 | 65 | 101 | 0 | 24 | 373 | 71 | 66 |
| Binary | 1011111 | 1000111 | 11001100 | 110101 | 1000001 | 0 | 10100 | 11111011 | 111001 | 110110 |
Color Harmonies of #5F47CC
Complementary color
Monochromatic Colors of #5F47CC
Black with #5F47CC
Text Example
Text Example
White with #5F47CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F47CC; }
p { color: rgb(95,71,204); }
H1.HeaderClassName
{
color: #5F47CC;
}
.AnyTagClassName
{
color: #5F47CC;
}
</style>
background-color css
<style>
a { background-color: #5F47CC; }
a { background-color: rgb(95,71,204); }
div.DivClassName
{
background-color: #5F47CC;
}
.BgClassName
{
background-color: #5F47CC;
}
</style>
border-color css
<style>
span { border-color: #5F47CC; }
span { border-color: rgb(95,71,204); }
td.TdClassName
{
border-color: #5F47CC;
}
.TagClassName
{
border-color: #5F47CC;
}
</style>