Shades of Slate Blue #5F52CB
Tints of Slate Blue #5F52CB
RGB
CMYK
RGB Variations
Color information
#5F52CB (or 0x5F52CB) is known color: Slate Blue. HEX triplet: 5F, 52 and CB. RGB value is (95,82,203). Sum of RGB (Red+Green+Blue) = 95+82+203=380 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #5F52CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F52CB is #A0AD34. Grayscale: #636363. Windows color (decimal): -10530101 or 13324895. OLE color: 13324895.
HSL color Cylindrical-coordinate representation of color #5F52CB: hue angle of 246.45º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5F52CB is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 82 | 203 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.20 |
| HSL | 246.45º | 0.54% | 0.56% | - |
| HSV(B) | 246.45º | 0.6% | 0.8% | - |
| XYZ | 18.52 | 12.78 | 57.99 | - |
| YUV | 99.68 | 186.31 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 82 | 203 | 0.53 | 0.60 | 0 | 0.20 | 246.45 | 0.54 | 0.56 |
| Hex | 5F | 52 | CB | 35 | 3C | 0 | 14 | F6 | 36 | 38 |
| Octal | 137 | 122 | 313 | 65 | 74 | 0 | 24 | 366 | 66 | 70 |
| Binary | 1011111 | 1010010 | 11001011 | 110101 | 111100 | 0 | 10100 | 11110110 | 110110 | 111000 |
Color Harmonies of #5F52CB
Complementary color
Monochromatic Colors of #5F52CB
Black with #5F52CB
Text Example
Text Example
White with #5F52CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F52CB; }
p { color: rgb(95,82,203); }
H1.HeaderClassName
{
color: #5F52CB;
}
.AnyTagClassName
{
color: #5F52CB;
}
</style>
background-color css
<style>
a { background-color: #5F52CB; }
a { background-color: rgb(95,82,203); }
div.DivClassName
{
background-color: #5F52CB;
}
.BgClassName
{
background-color: #5F52CB;
}
</style>
border-color css
<style>
span { border-color: #5F52CB; }
span { border-color: rgb(95,82,203); }
td.TdClassName
{
border-color: #5F52CB;
}
.TagClassName
{
border-color: #5F52CB;
}
</style>