Shades of Slate Blue #5241CF
Tints of Slate Blue #5241CF
RGB
CMYK
RGB Variations
Color information
#5241CF (or 0x5241CF) is known color: Slate Blue. HEX triplet: 52, 41 and CF. RGB value is (82,65,207). Sum of RGB (Red+Green+Blue) = 82+65+207=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 207 (81.25% from 255 or 58.47% from 354); Max value from RGB is 207 - color contains mainly: blue. Hex color #5241CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5241CF is #ADBE30. Grayscale: #555555. Windows color (decimal): -11386417 or 13582674. OLE color: 13582674.
HSL color Cylindrical-coordinate representation of color #5241CF: hue angle of 247.18º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5241CF is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 65 | 207 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.19 |
| HSL | 247.18º | 0.6% | 0.53% | - |
| HSV(B) | 247.18º | 0.69% | 0.81% | - |
| XYZ | 16.63 | 10.08 | 60.1 | - |
| YUV | 86.27 | 196.13 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 65 | 207 | 0.60 | 0.69 | 0 | 0.19 | 247.18 | 0.6 | 0.53 |
| Hex | 52 | 41 | CF | 3C | 45 | 0 | 13 | F7 | 3C | 35 |
| Octal | 122 | 101 | 317 | 74 | 105 | 0 | 23 | 367 | 74 | 65 |
| Binary | 1010010 | 1000001 | 11001111 | 111100 | 1000101 | 0 | 10011 | 11110111 | 111100 | 110101 |
Color Harmonies of #5241CF
Complementary color
Monochromatic Colors of #5241CF
Black with #5241CF
Text Example
Text Example
White with #5241CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5241CF; }
p { color: rgb(82,65,207); }
H1.HeaderClassName
{
color: #5241CF;
}
.AnyTagClassName
{
color: #5241CF;
}
</style>
background-color css
<style>
a { background-color: #5241CF; }
a { background-color: rgb(82,65,207); }
div.DivClassName
{
background-color: #5241CF;
}
.BgClassName
{
background-color: #5241CF;
}
</style>
border-color css
<style>
span { border-color: #5241CF; }
span { border-color: rgb(82,65,207); }
td.TdClassName
{
border-color: #5241CF;
}
.TagClassName
{
border-color: #5241CF;
}
</style>