Shades of Slate Blue #5341CB
Tints of Slate Blue #5341CB
RGB
CMYK
RGB Variations
Color information
#5341CB (or 0x5341CB) is known color: Slate Blue. HEX triplet: 53, 41 and CB. RGB value is (83,65,203). Sum of RGB (Red+Green+Blue) = 83+65+203=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 203 (79.69% from 255 or 57.83% from 351); Max value from RGB is 203 - color contains mainly: blue. Hex color #5341CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5341CB is #ACBE34. Grayscale: #555555. Windows color (decimal): -11320885 or 13320531. OLE color: 13320531.
HSL color Cylindrical-coordinate representation of color #5341CB: hue angle of 247.83º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5341CB is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 65 | 203 | - |
| CMYK | 0.59 | 0.68 | 0 | 0.20 |
| HSL | 247.83º | 0.57% | 0.53% | - |
| HSV(B) | 247.83º | 0.68% | 0.8% | - |
| XYZ | 16.24 | 9.93 | 57.56 | - |
| YUV | 86.11 | 193.96 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 65 | 203 | 0.59 | 0.68 | 0 | 0.20 | 247.83 | 0.57 | 0.53 |
| Hex | 53 | 41 | CB | 3B | 44 | 0 | 14 | F8 | 39 | 35 |
| Octal | 123 | 101 | 313 | 73 | 104 | 0 | 24 | 370 | 71 | 65 |
| Binary | 1010011 | 1000001 | 11001011 | 111011 | 1000100 | 0 | 10100 | 11111000 | 111001 | 110101 |
Color Harmonies of #5341CB
Complementary color
Monochromatic Colors of #5341CB
Black with #5341CB
Text Example
Text Example
White with #5341CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5341CB; }
p { color: rgb(83,65,203); }
H1.HeaderClassName
{
color: #5341CB;
}
.AnyTagClassName
{
color: #5341CB;
}
</style>
background-color css
<style>
a { background-color: #5341CB; }
a { background-color: rgb(83,65,203); }
div.DivClassName
{
background-color: #5341CB;
}
.BgClassName
{
background-color: #5341CB;
}
</style>
border-color css
<style>
span { border-color: #5341CB; }
span { border-color: rgb(83,65,203); }
td.TdClassName
{
border-color: #5341CB;
}
.TagClassName
{
border-color: #5341CB;
}
</style>