Shades of Slate Blue #5245CF
Tints of Slate Blue #5245CF
RGB
CMYK
RGB Variations
Color information
#5245CF (or 0x5245CF) is known color: Slate Blue. HEX triplet: 52, 45 and CF. RGB value is (82,69,207). Sum of RGB (Red+Green+Blue) = 82+69+207=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #5245CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5245CF is #ADBA30. Grayscale: #585858. Windows color (decimal): -11385393 or 13583698. OLE color: 13583698.
HSL color Cylindrical-coordinate representation of color #5245CF: hue angle of 245.65º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5245CF is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 69 | 207 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.19 |
| HSL | 245.65º | 0.59% | 0.54% | - |
| HSV(B) | 245.65º | 0.67% | 0.81% | - |
| XYZ | 16.87 | 10.56 | 60.18 | - |
| YUV | 88.62 | 194.81 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 69 | 207 | 0.60 | 0.67 | 0 | 0.19 | 245.65 | 0.59 | 0.54 |
| Hex | 52 | 45 | CF | 3C | 43 | 0 | 13 | F6 | 3B | 36 |
| Octal | 122 | 105 | 317 | 74 | 103 | 0 | 23 | 366 | 73 | 66 |
| Binary | 1010010 | 1000101 | 11001111 | 111100 | 1000011 | 0 | 10011 | 11110110 | 111011 | 110110 |
Color Harmonies of #5245CF
Complementary color
Monochromatic Colors of #5245CF
Black with #5245CF
Text Example
Text Example
White with #5245CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5245CF; }
p { color: rgb(82,69,207); }
H1.HeaderClassName
{
color: #5245CF;
}
.AnyTagClassName
{
color: #5245CF;
}
</style>
background-color css
<style>
a { background-color: #5245CF; }
a { background-color: rgb(82,69,207); }
div.DivClassName
{
background-color: #5245CF;
}
.BgClassName
{
background-color: #5245CF;
}
</style>
border-color css
<style>
span { border-color: #5245CF; }
span { border-color: rgb(82,69,207); }
td.TdClassName
{
border-color: #5245CF;
}
.TagClassName
{
border-color: #5245CF;
}
</style>