Shades of Slate Blue #595BCF
Tints of Slate Blue #595BCF
RGB
CMYK
RGB Variations
Color information
#595BCF (or 0x595BCF) is known color: Slate Blue. HEX triplet: 59, 5B and CF. RGB value is (89,91,207). Sum of RGB (Red+Green+Blue) = 89+91+207=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #595BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595BCF is #A6A430. Grayscale: #676767. Windows color (decimal): -10921009 or 13589337. OLE color: 13589337.
HSL color Cylindrical-coordinate representation of color #595BCF: hue angle of 238.98º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #595BCF is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 91 | 207 | - |
| CMYK | 0.57 | 0.56 | 0 | 0.19 |
| HSL | 238.98º | 0.55% | 0.58% | - |
| HSV(B) | 238.98º | 0.57% | 0.81% | - |
| XYZ | 19.12 | 14.11 | 60.75 | - |
| YUV | 103.63 | 186.34 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 207 | 0.57 | 0.56 | 0 | 0.19 | 238.98 | 0.55 | 0.58 |
| Hex | 59 | 5B | CF | 39 | 38 | 0 | 13 | EF | 37 | 3A |
| Octal | 131 | 133 | 317 | 71 | 70 | 0 | 23 | 357 | 67 | 72 |
| Binary | 1011001 | 1011011 | 11001111 | 111001 | 111000 | 0 | 10011 | 11101111 | 110111 | 111010 |
Color Harmonies of #595BCF
Complementary color
Monochromatic Colors of #595BCF
Black with #595BCF
Text Example
Text Example
White with #595BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595BCF; }
p { color: rgb(89,91,207); }
H1.HeaderClassName
{
color: #595BCF;
}
.AnyTagClassName
{
color: #595BCF;
}
</style>
background-color css
<style>
a { background-color: #595BCF; }
a { background-color: rgb(89,91,207); }
div.DivClassName
{
background-color: #595BCF;
}
.BgClassName
{
background-color: #595BCF;
}
</style>
border-color css
<style>
span { border-color: #595BCF; }
span { border-color: rgb(89,91,207); }
td.TdClassName
{
border-color: #595BCF;
}
.TagClassName
{
border-color: #595BCF;
}
</style>