Shades of Slate Blue #5344CB
Tints of Slate Blue #5344CB
RGB
CMYK
RGB Variations
Color information
#5344CB (or 0x5344CB) is known color: Slate Blue. HEX triplet: 53, 44 and CB. RGB value is (83,68,203). Sum of RGB (Red+Green+Blue) = 83+68+203=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #5344CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5344CB is #ACBB34. Grayscale: #575757. Windows color (decimal): -11320117 or 13321299. OLE color: 13321299.
HSL color Cylindrical-coordinate representation of color #5344CB: hue angle of 246.67º degrees, saturation: 0.56, 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 #5344CB is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 68 | 203 | - |
| CMYK | 0.59 | 0.67 | 0 | 0.20 |
| HSL | 246.67º | 0.56% | 0.53% | - |
| HSV(B) | 246.67º | 0.67% | 0.8% | - |
| XYZ | 16.41 | 10.29 | 57.62 | - |
| YUV | 87.88 | 192.97 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 68 | 203 | 0.59 | 0.67 | 0 | 0.20 | 246.67 | 0.56 | 0.53 |
| Hex | 53 | 44 | CB | 3B | 43 | 0 | 14 | F7 | 38 | 35 |
| Octal | 123 | 104 | 313 | 73 | 103 | 0 | 24 | 367 | 70 | 65 |
| Binary | 1010011 | 1000100 | 11001011 | 111011 | 1000011 | 0 | 10100 | 11110111 | 111000 | 110101 |
Color Harmonies of #5344CB
Complementary color
Monochromatic Colors of #5344CB
Black with #5344CB
Text Example
Text Example
White with #5344CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5344CB; }
p { color: rgb(83,68,203); }
H1.HeaderClassName
{
color: #5344CB;
}
.AnyTagClassName
{
color: #5344CB;
}
</style>
background-color css
<style>
a { background-color: #5344CB; }
a { background-color: rgb(83,68,203); }
div.DivClassName
{
background-color: #5344CB;
}
.BgClassName
{
background-color: #5344CB;
}
</style>
border-color css
<style>
span { border-color: #5344CB; }
span { border-color: rgb(83,68,203); }
td.TdClassName
{
border-color: #5344CB;
}
.TagClassName
{
border-color: #5344CB;
}
</style>