Shades of Slate Blue #5348CA
Tints of Slate Blue #5348CA
RGB
CMYK
RGB Variations
Color information
#5348CA (or 0x5348CA) is known color: Slate Blue. HEX triplet: 53, 48 and CA. RGB value is (83,72,202). Sum of RGB (Red+Green+Blue) = 83+72+202=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #5348CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5348CA is #ACB735. Grayscale: #595959. Windows color (decimal): -11319094 or 13256787. OLE color: 13256787.
HSL color Cylindrical-coordinate representation of color #5348CA: hue angle of 245.08º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5348CA is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 72 | 202 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.21 |
| HSL | 245.08º | 0.55% | 0.54% | - |
| HSV(B) | 245.08º | 0.64% | 0.79% | - |
| XYZ | 16.55 | 10.74 | 57.08 | - |
| YUV | 90.11 | 191.14 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 72 | 202 | 0.59 | 0.64 | 0 | 0.21 | 245.08 | 0.55 | 0.54 |
| Hex | 53 | 48 | CA | 3B | 40 | 0 | 15 | F5 | 37 | 36 |
| Octal | 123 | 110 | 312 | 73 | 100 | 0 | 25 | 365 | 67 | 66 |
| Binary | 1010011 | 1001000 | 11001010 | 111011 | 1000000 | 0 | 10101 | 11110101 | 110111 | 110110 |
Color Harmonies of #5348CA
Complementary color
Monochromatic Colors of #5348CA
Black with #5348CA
Text Example
Text Example
White with #5348CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5348CA; }
p { color: rgb(83,72,202); }
H1.HeaderClassName
{
color: #5348CA;
}
.AnyTagClassName
{
color: #5348CA;
}
</style>
background-color css
<style>
a { background-color: #5348CA; }
a { background-color: rgb(83,72,202); }
div.DivClassName
{
background-color: #5348CA;
}
.BgClassName
{
background-color: #5348CA;
}
</style>
border-color css
<style>
span { border-color: #5348CA; }
span { border-color: rgb(83,72,202); }
td.TdClassName
{
border-color: #5348CA;
}
.TagClassName
{
border-color: #5348CA;
}
</style>