Shades of Slate Blue #594FCC
Tints of Slate Blue #594FCC
RGB
CMYK
RGB Variations
Color information
#594FCC (or 0x594FCC) is known color: Slate Blue. HEX triplet: 59, 4F and CC. RGB value is (89,79,204). Sum of RGB (Red+Green+Blue) = 89+79+204=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 79 (31.25% from 255 or 21.24% from 372); Blue value is 204 (80.08% from 255 or 54.84% from 372); Max value from RGB is 204 - color contains mainly: blue. Hex color #594FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594FCC is #A6B033. Grayscale: #5F5F5F. Windows color (decimal): -10924084 or 13389657. OLE color: 13389657.
HSL color Cylindrical-coordinate representation of color #594FCC: hue angle of 244.8º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #594FCC is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 79 | 204 | - |
| CMYK | 0.56 | 0.61 | 0 | 0.2 |
| HSL | 244.8º | 0.55% | 0.55% | - |
| HSV(B) | 244.8º | 0.61% | 0.8% | - |
| XYZ | 17.81 | 12.08 | 58.52 | - |
| YUV | 96.24 | 188.81 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 79 | 204 | 0.56 | 0.61 | 0 | 0.2 | 244.8 | 0.55 | 0.55 |
| Hex | 59 | 4F | CC | 38 | 3D | 0 | 14 | F5 | 37 | 37 |
| Octal | 131 | 117 | 314 | 70 | 75 | 0 | 24 | 365 | 67 | 67 |
| Binary | 1011001 | 1001111 | 11001100 | 111000 | 111101 | 0 | 10100 | 11110101 | 110111 | 110111 |
Color Harmonies of #594FCC
Complementary color
Monochromatic Colors of #594FCC
Black with #594FCC
Text Example
Text Example
White with #594FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594FCC; }
p { color: rgb(89,79,204); }
H1.HeaderClassName
{
color: #594FCC;
}
.AnyTagClassName
{
color: #594FCC;
}
</style>
background-color css
<style>
a { background-color: #594FCC; }
a { background-color: rgb(89,79,204); }
div.DivClassName
{
background-color: #594FCC;
}
.BgClassName
{
background-color: #594FCC;
}
</style>
border-color css
<style>
span { border-color: #594FCC; }
span { border-color: rgb(89,79,204); }
td.TdClassName
{
border-color: #594FCC;
}
.TagClassName
{
border-color: #594FCC;
}
</style>