Shades of Slate Blue #5944CC
Tints of Slate Blue #5944CC
RGB
CMYK
RGB Variations
Color information
#5944CC (or 0x5944CC) is known color: Slate Blue. HEX triplet: 59, 44 and CC. RGB value is (89,68,204). Sum of RGB (Red+Green+Blue) = 89+68+204=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #5944CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5944CC is #A6BB33. Grayscale: #595959. Windows color (decimal): -10926900 or 13386841. OLE color: 13386841.
HSL color Cylindrical-coordinate representation of color #5944CC: hue angle of 249.26º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5944CC is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 68 | 204 | - |
| CMYK | 0.56 | 0.67 | 0 | 0.2 |
| HSL | 249.26º | 0.57% | 0.53% | - |
| HSV(B) | 249.26º | 0.67% | 0.8% | - |
| XYZ | 17.09 | 10.62 | 58.28 | - |
| YUV | 89.78 | 192.46 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 68 | 204 | 0.56 | 0.67 | 0 | 0.2 | 249.26 | 0.57 | 0.53 |
| Hex | 59 | 44 | CC | 38 | 43 | 0 | 14 | F9 | 39 | 35 |
| Octal | 131 | 104 | 314 | 70 | 103 | 0 | 24 | 371 | 71 | 65 |
| Binary | 1011001 | 1000100 | 11001100 | 111000 | 1000011 | 0 | 10100 | 11111001 | 111001 | 110101 |
Color Harmonies of #5944CC
Complementary color
Monochromatic Colors of #5944CC
Black with #5944CC
Text Example
Text Example
White with #5944CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5944CC; }
p { color: rgb(89,68,204); }
H1.HeaderClassName
{
color: #5944CC;
}
.AnyTagClassName
{
color: #5944CC;
}
</style>
background-color css
<style>
a { background-color: #5944CC; }
a { background-color: rgb(89,68,204); }
div.DivClassName
{
background-color: #5944CC;
}
.BgClassName
{
background-color: #5944CC;
}
</style>
border-color css
<style>
span { border-color: #5944CC; }
span { border-color: rgb(89,68,204); }
td.TdClassName
{
border-color: #5944CC;
}
.TagClassName
{
border-color: #5944CC;
}
</style>