Shades of Slate Blue #565ACE
Tints of Slate Blue #565ACE
RGB
CMYK
RGB Variations
Color information
#565ACE (or 0x565ACE) is known color: Slate Blue. HEX triplet: 56, 5A and CE. RGB value is (86,90,206). Sum of RGB (Red+Green+Blue) = 86+90+206=382 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.51% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #565ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565ACE is #A9A531. Grayscale: #656565. Windows color (decimal): -11117874 or 13523542. OLE color: 13523542.
HSL color Cylindrical-coordinate representation of color #565ACE: hue angle of 238º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #565ACE is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 90 | 206 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.19 |
| HSL | 238º | 0.55% | 0.57% | - |
| HSV(B) | 238º | 0.58% | 0.81% | - |
| XYZ | 18.63 | 13.75 | 60.06 | - |
| YUV | 102.03 | 186.67 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 206 | 0.58 | 0.56 | 0 | 0.19 | 238 | 0.55 | 0.57 |
| Hex | 56 | 5A | CE | 3A | 38 | 0 | 13 | EE | 37 | 39 |
| Octal | 126 | 132 | 316 | 72 | 70 | 0 | 23 | 356 | 67 | 71 |
| Binary | 1010110 | 1011010 | 11001110 | 111010 | 111000 | 0 | 10011 | 11101110 | 110111 | 111001 |
Color Harmonies of #565ACE
Complementary color
Monochromatic Colors of #565ACE
Black with #565ACE
Text Example
Text Example
White with #565ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565ACE; }
p { color: rgb(86,90,206); }
H1.HeaderClassName
{
color: #565ACE;
}
.AnyTagClassName
{
color: #565ACE;
}
</style>
background-color css
<style>
a { background-color: #565ACE; }
a { background-color: rgb(86,90,206); }
div.DivClassName
{
background-color: #565ACE;
}
.BgClassName
{
background-color: #565ACE;
}
</style>
border-color css
<style>
span { border-color: #565ACE; }
span { border-color: rgb(86,90,206); }
td.TdClassName
{
border-color: #565ACE;
}
.TagClassName
{
border-color: #565ACE;
}
</style>