Shades of Slate Blue #594CCD
Tints of Slate Blue #594CCD
RGB
CMYK
RGB Variations
Color information
#594CCD (or 0x594CCD) is known color: Slate Blue. HEX triplet: 59, 4C and CD. RGB value is (89,76,205). Sum of RGB (Red+Green+Blue) = 89+76+205=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 76 (30.08% from 255 or 20.54% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #594CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594CCD is #A6B332. Grayscale: #5E5E5E. Windows color (decimal): -10924851 or 13454425. OLE color: 13454425.
HSL color Cylindrical-coordinate representation of color #594CCD: hue angle of 246.05º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #594CCD is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 76 | 205 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.20 |
| HSL | 246.05º | 0.56% | 0.55% | - |
| HSV(B) | 246.05º | 0.63% | 0.8% | - |
| XYZ | 17.72 | 11.7 | 59.08 | - |
| YUV | 94.59 | 190.31 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 76 | 205 | 0.57 | 0.63 | 0 | 0.20 | 246.05 | 0.56 | 0.55 |
| Hex | 59 | 4C | CD | 39 | 3F | 0 | 14 | F6 | 38 | 37 |
| Octal | 131 | 114 | 315 | 71 | 77 | 0 | 24 | 366 | 70 | 67 |
| Binary | 1011001 | 1001100 | 11001101 | 111001 | 111111 | 0 | 10100 | 11110110 | 111000 | 110111 |
Color Harmonies of #594CCD
Complementary color
Monochromatic Colors of #594CCD
Black with #594CCD
Text Example
Text Example
White with #594CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594CCD; }
p { color: rgb(89,76,205); }
H1.HeaderClassName
{
color: #594CCD;
}
.AnyTagClassName
{
color: #594CCD;
}
</style>
background-color css
<style>
a { background-color: #594CCD; }
a { background-color: rgb(89,76,205); }
div.DivClassName
{
background-color: #594CCD;
}
.BgClassName
{
background-color: #594CCD;
}
</style>
border-color css
<style>
span { border-color: #594CCD; }
span { border-color: rgb(89,76,205); }
td.TdClassName
{
border-color: #594CCD;
}
.TagClassName
{
border-color: #594CCD;
}
</style>