Shades of Slate Blue #5652C4
Tints of Slate Blue #5652C4
RGB
CMYK
RGB Variations
Color information
#5652C4 (or 0x5652C4) is known color: Slate Blue. HEX triplet: 56, 52 and C4. RGB value is (86,82,196). Sum of RGB (Red+Green+Blue) = 86+82+196=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 196 (76.95% from 255 or 53.85% from 364); Max value from RGB is 196 - color contains mainly: blue. Hex color #5652C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5652C4 is #A9AD3B. Grayscale: #5F5F5F. Windows color (decimal): -11119932 or 12866134. OLE color: 12866134.
HSL color Cylindrical-coordinate representation of color #5652C4: hue angle of 242.11º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5652C4 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 86 | 82 | 196 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.23 |
| HSL | 242.11º | 0.49% | 0.55% | - |
| HSV(B) | 242.11º | 0.58% | 0.77% | - |
| XYZ | 16.82 | 12 | 53.65 | - |
| YUV | 96.19 | 184.33 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 82 | 196 | 0.56 | 0.58 | 0 | 0.23 | 242.11 | 0.49 | 0.55 |
| Hex | 56 | 52 | C4 | 38 | 3A | 0 | 17 | F2 | 31 | 37 |
| Octal | 126 | 122 | 304 | 70 | 72 | 0 | 27 | 362 | 61 | 67 |
| Binary | 1010110 | 1010010 | 11000100 | 111000 | 111010 | 0 | 10111 | 11110010 | 110001 | 110111 |
Color Harmonies of #5652C4
Complementary color
Monochromatic Colors of #5652C4
Black with #5652C4
Text Example
Text Example
White with #5652C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5652C4; }
p { color: rgb(86,82,196); }
H1.HeaderClassName
{
color: #5652C4;
}
.AnyTagClassName
{
color: #5652C4;
}
</style>
background-color css
<style>
a { background-color: #5652C4; }
a { background-color: rgb(86,82,196); }
div.DivClassName
{
background-color: #5652C4;
}
.BgClassName
{
background-color: #5652C4;
}
</style>
border-color css
<style>
span { border-color: #5652C4; }
span { border-color: rgb(86,82,196); }
td.TdClassName
{
border-color: #5652C4;
}
.TagClassName
{
border-color: #5652C4;
}
</style>