Shades of Slate Blue #5243CC
Tints of Slate Blue #5243CC
RGB
CMYK
RGB Variations
Color information
#5243CC (or 0x5243CC) is known color: Slate Blue. HEX triplet: 52, 43 and CC. RGB value is (82,67,204). Sum of RGB (Red+Green+Blue) = 82+67+204=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #5243CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5243CC is #ADBC33. Grayscale: #565656. Windows color (decimal): -11385908 or 13386578. OLE color: 13386578.
HSL color Cylindrical-coordinate representation of color #5243CC: hue angle of 246.57º 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 #5243CC is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 67 | 204 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.2 |
| HSL | 246.57º | 0.57% | 0.53% | - |
| HSV(B) | 246.57º | 0.67% | 0.8% | - |
| XYZ | 16.39 | 10.17 | 58.23 | - |
| YUV | 87.1 | 193.97 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 67 | 204 | 0.60 | 0.67 | 0 | 0.2 | 246.57 | 0.57 | 0.53 |
| Hex | 52 | 43 | CC | 3C | 43 | 0 | 14 | F7 | 39 | 35 |
| Octal | 122 | 103 | 314 | 74 | 103 | 0 | 24 | 367 | 71 | 65 |
| Binary | 1010010 | 1000011 | 11001100 | 111100 | 1000011 | 0 | 10100 | 11110111 | 111001 | 110101 |
Color Harmonies of #5243CC
Complementary color
Monochromatic Colors of #5243CC
Black with #5243CC
Text Example
Text Example
White with #5243CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5243CC; }
p { color: rgb(82,67,204); }
H1.HeaderClassName
{
color: #5243CC;
}
.AnyTagClassName
{
color: #5243CC;
}
</style>
background-color css
<style>
a { background-color: #5243CC; }
a { background-color: rgb(82,67,204); }
div.DivClassName
{
background-color: #5243CC;
}
.BgClassName
{
background-color: #5243CC;
}
</style>
border-color css
<style>
span { border-color: #5243CC; }
span { border-color: rgb(82,67,204); }
td.TdClassName
{
border-color: #5243CC;
}
.TagClassName
{
border-color: #5243CC;
}
</style>