Shades of Slate Blue #595BC6
Tints of Slate Blue #595BC6
RGB
CMYK
RGB Variations
Color information
#595BC6 (or 0x595BC6) is known color: Slate Blue. HEX triplet: 59, 5B and C6. RGB value is (89,91,198). Sum of RGB (Red+Green+Blue) = 89+91+198=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 198 (77.73% from 255 or 52.38% from 378); Max value from RGB is 198 - color contains mainly: blue. Hex color #595BC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595BC6 is #A6A439. Grayscale: #666666. Windows color (decimal): -10921018 or 12999513. OLE color: 12999513.
HSL color Cylindrical-coordinate representation of color #595BC6: hue angle of 238.9º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #595BC6 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 91 | 198 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.22 |
| HSL | 238.9º | 0.49% | 0.56% | - |
| HSV(B) | 238.9º | 0.55% | 0.78% | - |
| XYZ | 18.05 | 13.68 | 55.12 | - |
| YUV | 102.6 | 181.84 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 198 | 0.55 | 0.54 | 0 | 0.22 | 238.9 | 0.49 | 0.56 |
| Hex | 59 | 5B | C6 | 37 | 36 | 0 | 16 | EF | 31 | 38 |
| Octal | 131 | 133 | 306 | 67 | 66 | 0 | 26 | 357 | 61 | 70 |
| Binary | 1011001 | 1011011 | 11000110 | 110111 | 110110 | 0 | 10110 | 11101111 | 110001 | 111000 |
Color Harmonies of #595BC6
Complementary color
Monochromatic Colors of #595BC6
Black with #595BC6
Text Example
Text Example
White with #595BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595BC6; }
p { color: rgb(89,91,198); }
H1.HeaderClassName
{
color: #595BC6;
}
.AnyTagClassName
{
color: #595BC6;
}
</style>
background-color css
<style>
a { background-color: #595BC6; }
a { background-color: rgb(89,91,198); }
div.DivClassName
{
background-color: #595BC6;
}
.BgClassName
{
background-color: #595BC6;
}
</style>
border-color css
<style>
span { border-color: #595BC6; }
span { border-color: rgb(89,91,198); }
td.TdClassName
{
border-color: #595BC6;
}
.TagClassName
{
border-color: #595BC6;
}
</style>