Shades of Slate Blue #5964CC
Tints of Slate Blue #5964CC
RGB
CMYK
RGB Variations
Color information
#5964CC (or 0x5964CC) is known color: Slate Blue. HEX triplet: 59, 64 and CC. RGB value is (89,100,204). Sum of RGB (Red+Green+Blue) = 89+100+204=393 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.65% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #5964CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5964CC is #A69B33. Grayscale: #6C6C6C. Windows color (decimal): -10918708 or 13395033. OLE color: 13395033.
HSL color Cylindrical-coordinate representation of color #5964CC: hue angle of 234.26º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5964CC is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 100 | 204 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.2 |
| HSL | 234.26º | 0.53% | 0.57% | - |
| HSV(B) | 234.26º | 0.56% | 0.8% | - |
| XYZ | 19.58 | 15.6 | 59.11 | - |
| YUV | 108.57 | 181.86 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 100 | 204 | 0.56 | 0.51 | 0 | 0.2 | 234.26 | 0.53 | 0.57 |
| Hex | 59 | 64 | CC | 38 | 33 | 0 | 14 | EA | 35 | 39 |
| Octal | 131 | 144 | 314 | 70 | 63 | 0 | 24 | 352 | 65 | 71 |
| Binary | 1011001 | 1100100 | 11001100 | 111000 | 110011 | 0 | 10100 | 11101010 | 110101 | 111001 |
Color Harmonies of #5964CC
Complementary color
Monochromatic Colors of #5964CC
Black with #5964CC
Text Example
Text Example
White with #5964CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5964CC; }
p { color: rgb(89,100,204); }
H1.HeaderClassName
{
color: #5964CC;
}
.AnyTagClassName
{
color: #5964CC;
}
</style>
background-color css
<style>
a { background-color: #5964CC; }
a { background-color: rgb(89,100,204); }
div.DivClassName
{
background-color: #5964CC;
}
.BgClassName
{
background-color: #5964CC;
}
</style>
border-color css
<style>
span { border-color: #5964CC; }
span { border-color: rgb(89,100,204); }
td.TdClassName
{
border-color: #5964CC;
}
.TagClassName
{
border-color: #5964CC;
}
</style>