Shades of Slate Blue #5345CB
Tints of Slate Blue #5345CB
RGB
CMYK
RGB Variations
Color information
#5345CB (or 0x5345CB) is known color: Slate Blue. HEX triplet: 53, 45 and CB. RGB value is (83,69,203). Sum of RGB (Red+Green+Blue) = 83+69+203=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 203 (79.69% from 255 or 57.18% from 355); Max value from RGB is 203 - color contains mainly: blue. Hex color #5345CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5345CB is #ACBA34. Grayscale: #575757. Windows color (decimal): -11319861 or 13321555. OLE color: 13321555.
HSL color Cylindrical-coordinate representation of color #5345CB: hue angle of 246.27º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5345CB is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 69 | 203 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.20 |
| HSL | 246.27º | 0.56% | 0.53% | - |
| HSV(B) | 246.27º | 0.66% | 0.8% | - |
| XYZ | 16.47 | 10.41 | 57.64 | - |
| YUV | 88.46 | 192.64 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 69 | 203 | 0.59 | 0.66 | 0 | 0.20 | 246.27 | 0.56 | 0.53 |
| Hex | 53 | 45 | CB | 3B | 42 | 0 | 14 | F6 | 38 | 35 |
| Octal | 123 | 105 | 313 | 73 | 102 | 0 | 24 | 366 | 70 | 65 |
| Binary | 1010011 | 1000101 | 11001011 | 111011 | 1000010 | 0 | 10100 | 11110110 | 111000 | 110101 |
Color Harmonies of #5345CB
Complementary color
Monochromatic Colors of #5345CB
Black with #5345CB
Text Example
Text Example
White with #5345CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5345CB; }
p { color: rgb(83,69,203); }
H1.HeaderClassName
{
color: #5345CB;
}
.AnyTagClassName
{
color: #5345CB;
}
</style>
background-color css
<style>
a { background-color: #5345CB; }
a { background-color: rgb(83,69,203); }
div.DivClassName
{
background-color: #5345CB;
}
.BgClassName
{
background-color: #5345CB;
}
</style>
border-color css
<style>
span { border-color: #5345CB; }
span { border-color: rgb(83,69,203); }
td.TdClassName
{
border-color: #5345CB;
}
.TagClassName
{
border-color: #5345CB;
}
</style>