Shades of Slate Blue #5F42CB
Tints of Slate Blue #5F42CB
RGB
CMYK
RGB Variations
Color information
#5F42CB (or 0x5F42CB) is known color: Slate Blue. HEX triplet: 5F, 42 and CB. RGB value is (95,66,203). Sum of RGB (Red+Green+Blue) = 95+66+203=364 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.10% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #5F42CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F42CB is #A0BD34. Grayscale: #595959. Windows color (decimal): -10534197 or 13320799. OLE color: 13320799.
HSL color Cylindrical-coordinate representation of color #5F42CB: hue angle of 252.7º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F42CB is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 66 | 203 | - |
| CMYK | 0.53 | 0.67 | 0 | 0.20 |
| HSL | 252.7º | 0.57% | 0.53% | - |
| HSV(B) | 252.7º | 0.67% | 0.8% | - |
| XYZ | 17.45 | 10.64 | 57.63 | - |
| YUV | 90.29 | 191.61 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 66 | 203 | 0.53 | 0.67 | 0 | 0.20 | 252.7 | 0.57 | 0.53 |
| Hex | 5F | 42 | CB | 35 | 43 | 0 | 14 | FD | 39 | 35 |
| Octal | 137 | 102 | 313 | 65 | 103 | 0 | 24 | 375 | 71 | 65 |
| Binary | 1011111 | 1000010 | 11001011 | 110101 | 1000011 | 0 | 10100 | 11111101 | 111001 | 110101 |
Color Harmonies of #5F42CB
Complementary color
Monochromatic Colors of #5F42CB
Black with #5F42CB
Text Example
Text Example
White with #5F42CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F42CB; }
p { color: rgb(95,66,203); }
H1.HeaderClassName
{
color: #5F42CB;
}
.AnyTagClassName
{
color: #5F42CB;
}
</style>
background-color css
<style>
a { background-color: #5F42CB; }
a { background-color: rgb(95,66,203); }
div.DivClassName
{
background-color: #5F42CB;
}
.BgClassName
{
background-color: #5F42CB;
}
</style>
border-color css
<style>
span { border-color: #5F42CB; }
span { border-color: rgb(95,66,203); }
td.TdClassName
{
border-color: #5F42CB;
}
.TagClassName
{
border-color: #5F42CB;
}
</style>