Shades of Slate Blue #565ACD
Tints of Slate Blue #565ACD
RGB
CMYK
RGB Variations
Color information
#565ACD (or 0x565ACD) is known color: Slate Blue. HEX triplet: 56, 5A and CD. RGB value is (86,90,205). Sum of RGB (Red+Green+Blue) = 86+90+205=381 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.57% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #565ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565ACD is #A9A532. Grayscale: #656565. Windows color (decimal): -11117875 or 13458006. OLE color: 13458006.
HSL color Cylindrical-coordinate representation of color #565ACD: hue angle of 237.98º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #565ACD is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 90 | 205 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.20 |
| HSL | 237.98º | 0.54% | 0.57% | - |
| HSV(B) | 237.98º | 0.58% | 0.8% | - |
| XYZ | 18.51 | 13.7 | 59.43 | - |
| YUV | 101.91 | 186.17 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 205 | 0.58 | 0.56 | 0 | 0.20 | 237.98 | 0.54 | 0.57 |
| Hex | 56 | 5A | CD | 3A | 38 | 0 | 14 | EE | 36 | 39 |
| Octal | 126 | 132 | 315 | 72 | 70 | 0 | 24 | 356 | 66 | 71 |
| Binary | 1010110 | 1011010 | 11001101 | 111010 | 111000 | 0 | 10100 | 11101110 | 110110 | 111001 |
Color Harmonies of #565ACD
Complementary color
Monochromatic Colors of #565ACD
Black with #565ACD
Text Example
Text Example
White with #565ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565ACD; }
p { color: rgb(86,90,205); }
H1.HeaderClassName
{
color: #565ACD;
}
.AnyTagClassName
{
color: #565ACD;
}
</style>
background-color css
<style>
a { background-color: #565ACD; }
a { background-color: rgb(86,90,205); }
div.DivClassName
{
background-color: #565ACD;
}
.BgClassName
{
background-color: #565ACD;
}
</style>
border-color css
<style>
span { border-color: #565ACD; }
span { border-color: rgb(86,90,205); }
td.TdClassName
{
border-color: #565ACD;
}
.TagClassName
{
border-color: #565ACD;
}
</style>