Shades of Slate Blue #5861CB
Tints of Slate Blue #5861CB
RGB
CMYK
RGB Variations
Color information
#5861CB (or 0x5861CB) is known color: Slate Blue. HEX triplet: 58, 61 and CB. RGB value is (88,97,203). Sum of RGB (Red+Green+Blue) = 88+97+203=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #5861CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5861CB is #A79E34. Grayscale: #696969. Windows color (decimal): -10985013 or 13328728. OLE color: 13328728.
HSL color Cylindrical-coordinate representation of color #5861CB: hue angle of 235.3º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5861CB is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 97 | 203 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.20 |
| HSL | 235.3º | 0.53% | 0.57% | - |
| HSV(B) | 235.3º | 0.57% | 0.8% | - |
| XYZ | 19.08 | 14.94 | 58.38 | - |
| YUV | 106.39 | 182.52 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 97 | 203 | 0.57 | 0.52 | 0 | 0.20 | 235.3 | 0.53 | 0.57 |
| Hex | 58 | 61 | CB | 39 | 34 | 0 | 14 | EB | 35 | 39 |
| Octal | 130 | 141 | 313 | 71 | 64 | 0 | 24 | 353 | 65 | 71 |
| Binary | 1011000 | 1100001 | 11001011 | 111001 | 110100 | 0 | 10100 | 11101011 | 110101 | 111001 |
Color Harmonies of #5861CB
Complementary color
Monochromatic Colors of #5861CB
Black with #5861CB
Text Example
Text Example
White with #5861CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5861CB; }
p { color: rgb(88,97,203); }
H1.HeaderClassName
{
color: #5861CB;
}
.AnyTagClassName
{
color: #5861CB;
}
</style>
background-color css
<style>
a { background-color: #5861CB; }
a { background-color: rgb(88,97,203); }
div.DivClassName
{
background-color: #5861CB;
}
.BgClassName
{
background-color: #5861CB;
}
</style>
border-color css
<style>
span { border-color: #5861CB; }
span { border-color: rgb(88,97,203); }
td.TdClassName
{
border-color: #5861CB;
}
.TagClassName
{
border-color: #5861CB;
}
</style>