Shades of Slate Blue #5652CB
Tints of Slate Blue #5652CB
RGB
CMYK
RGB Variations
Color information
#5652CB (or 0x5652CB) is known color: Slate Blue. HEX triplet: 56, 52 and CB. RGB value is (86,82,203). Sum of RGB (Red+Green+Blue) = 86+82+203=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #5652CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5652CB is #A9AD34. Grayscale: #606060. Windows color (decimal): -11119925 or 13324886. OLE color: 13324886.
HSL color Cylindrical-coordinate representation of color #5652CB: hue angle of 241.98º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5652CB is Cyan = 0.58, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 82 | 203 | - |
| CMYK | 0.58 | 0.60 | 0 | 0.20 |
| HSL | 241.98º | 0.54% | 0.56% | - |
| HSV(B) | 241.98º | 0.6% | 0.8% | - |
| XYZ | 17.63 | 12.32 | 57.95 | - |
| YUV | 96.99 | 187.83 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 203 | 0.58 | 0.60 | 0 | 0.20 | 241.98 | 0.54 | 0.56 |
| Hex | 56 | 52 | CB | 3A | 3C | 0 | 14 | F2 | 36 | 38 |
| Octal | 126 | 122 | 313 | 72 | 74 | 0 | 24 | 362 | 66 | 70 |
| Binary | 1010110 | 1010010 | 11001011 | 111010 | 111100 | 0 | 10100 | 11110010 | 110110 | 111000 |
Color Harmonies of #5652CB
Complementary color
Monochromatic Colors of #5652CB
Black with #5652CB
Text Example
Text Example
White with #5652CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5652CB; }
p { color: rgb(86,82,203); }
H1.HeaderClassName
{
color: #5652CB;
}
.AnyTagClassName
{
color: #5652CB;
}
</style>
background-color css
<style>
a { background-color: #5652CB; }
a { background-color: rgb(86,82,203); }
div.DivClassName
{
background-color: #5652CB;
}
.BgClassName
{
background-color: #5652CB;
}
</style>
border-color css
<style>
span { border-color: #5652CB; }
span { border-color: rgb(86,82,203); }
td.TdClassName
{
border-color: #5652CB;
}
.TagClassName
{
border-color: #5652CB;
}
</style>