Shades of Slate Blue #5F50CB
Tints of Slate Blue #5F50CB
RGB
CMYK
RGB Variations
Color information
#5F50CB (or 0x5F50CB) is known color: Slate Blue. HEX triplet: 5F, 50 and CB. RGB value is (95,80,203). Sum of RGB (Red+Green+Blue) = 95+80+203=378 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.13% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #5F50CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F50CB is #A0AF34. Grayscale: #626262. Windows color (decimal): -10530613 or 13324383. OLE color: 13324383.
HSL color Cylindrical-coordinate representation of color #5F50CB: hue angle of 247.32º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F50CB is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 80 | 203 | - |
| CMYK | 0.53 | 0.61 | 0 | 0.20 |
| HSL | 247.32º | 0.54% | 0.55% | - |
| HSV(B) | 247.32º | 0.61% | 0.8% | - |
| XYZ | 18.37 | 12.48 | 57.94 | - |
| YUV | 98.51 | 186.97 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 80 | 203 | 0.53 | 0.61 | 0 | 0.20 | 247.32 | 0.54 | 0.55 |
| Hex | 5F | 50 | CB | 35 | 3D | 0 | 14 | F7 | 36 | 37 |
| Octal | 137 | 120 | 313 | 65 | 75 | 0 | 24 | 367 | 66 | 67 |
| Binary | 1011111 | 1010000 | 11001011 | 110101 | 111101 | 0 | 10100 | 11110111 | 110110 | 110111 |
Color Harmonies of #5F50CB
Complementary color
Monochromatic Colors of #5F50CB
Black with #5F50CB
Text Example
Text Example
White with #5F50CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F50CB; }
p { color: rgb(95,80,203); }
H1.HeaderClassName
{
color: #5F50CB;
}
.AnyTagClassName
{
color: #5F50CB;
}
</style>
background-color css
<style>
a { background-color: #5F50CB; }
a { background-color: rgb(95,80,203); }
div.DivClassName
{
background-color: #5F50CB;
}
.BgClassName
{
background-color: #5F50CB;
}
</style>
border-color css
<style>
span { border-color: #5F50CB; }
span { border-color: rgb(95,80,203); }
td.TdClassName
{
border-color: #5F50CB;
}
.TagClassName
{
border-color: #5F50CB;
}
</style>