Shades of Slate Blue #594DC3
Tints of Slate Blue #594DC3
RGB
CMYK
RGB Variations
Color information
#594DC3 (or 0x594DC3) is known color: Slate Blue. HEX triplet: 59, 4D and C3. RGB value is (89,77,195). Sum of RGB (Red+Green+Blue) = 89+77+195=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 195 (76.56% from 255 or 54.02% from 361); Max value from RGB is 195 - color contains mainly: blue. Hex color #594DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594DC3 is #A6B23C. Grayscale: #5D5D5D. Windows color (decimal): -10924605 or 12799321. OLE color: 12799321.
HSL color Cylindrical-coordinate representation of color #594DC3: hue angle of 246.1º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #594DC3 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 89 | 77 | 195 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.24 |
| HSL | 246.1º | 0.5% | 0.53% | - |
| HSV(B) | 246.1º | 0.61% | 0.76% | - |
| XYZ | 16.62 | 11.37 | 52.95 | - |
| YUV | 94.04 | 184.98 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 195 | 0.54 | 0.61 | 0 | 0.24 | 246.1 | 0.5 | 0.53 |
| Hex | 59 | 4D | C3 | 36 | 3D | 0 | 18 | F6 | 32 | 35 |
| Octal | 131 | 115 | 303 | 66 | 75 | 0 | 30 | 366 | 62 | 65 |
| Binary | 1011001 | 1001101 | 11000011 | 110110 | 111101 | 0 | 11000 | 11110110 | 110010 | 110101 |
Color Harmonies of #594DC3
Complementary color
Monochromatic Colors of #594DC3
Black with #594DC3
Text Example
Text Example
White with #594DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594DC3; }
p { color: rgb(89,77,195); }
H1.HeaderClassName
{
color: #594DC3;
}
.AnyTagClassName
{
color: #594DC3;
}
</style>
background-color css
<style>
a { background-color: #594DC3; }
a { background-color: rgb(89,77,195); }
div.DivClassName
{
background-color: #594DC3;
}
.BgClassName
{
background-color: #594DC3;
}
</style>
border-color css
<style>
span { border-color: #594DC3; }
span { border-color: rgb(89,77,195); }
td.TdClassName
{
border-color: #594DC3;
}
.TagClassName
{
border-color: #594DC3;
}
</style>