Shades of Slate Blue #565ACC
Tints of Slate Blue #565ACC
RGB
CMYK
RGB Variations
Color information
#565ACC (or 0x565ACC) is known color: Slate Blue. HEX triplet: 56, 5A and CC. RGB value is (86,90,204). Sum of RGB (Red+Green+Blue) = 86+90+204=380 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.63% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #565ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565ACC is #A9A533. Grayscale: #656565. Windows color (decimal): -11117876 or 13392470. OLE color: 13392470.
HSL color Cylindrical-coordinate representation of color #565ACC: hue angle of 237.97º 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 #565ACC is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 86 | 90 | 204 | - |
| CMYK | 0.58 | 0.56 | 0 | 0.2 |
| HSL | 237.97º | 0.54% | 0.57% | - |
| HSV(B) | 237.97º | 0.58% | 0.8% | - |
| XYZ | 18.39 | 13.65 | 58.79 | - |
| YUV | 101.8 | 185.67 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 204 | 0.58 | 0.56 | 0 | 0.2 | 237.97 | 0.54 | 0.57 |
| Hex | 56 | 5A | CC | 3A | 38 | 0 | 14 | EE | 36 | 39 |
| Octal | 126 | 132 | 314 | 72 | 70 | 0 | 24 | 356 | 66 | 71 |
| Binary | 1010110 | 1011010 | 11001100 | 111010 | 111000 | 0 | 10100 | 11101110 | 110110 | 111001 |
Color Harmonies of #565ACC
Complementary color
Monochromatic Colors of #565ACC
Black with #565ACC
Text Example
Text Example
White with #565ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565ACC; }
p { color: rgb(86,90,204); }
H1.HeaderClassName
{
color: #565ACC;
}
.AnyTagClassName
{
color: #565ACC;
}
</style>
background-color css
<style>
a { background-color: #565ACC; }
a { background-color: rgb(86,90,204); }
div.DivClassName
{
background-color: #565ACC;
}
.BgClassName
{
background-color: #565ACC;
}
</style>
border-color css
<style>
span { border-color: #565ACC; }
span { border-color: rgb(86,90,204); }
td.TdClassName
{
border-color: #565ACC;
}
.TagClassName
{
border-color: #565ACC;
}
</style>