Shades of Slate Blue #5965CC
Tints of Slate Blue #5965CC
RGB
CMYK
RGB Variations
Color information
#5965CC (or 0x5965CC) is known color: Slate Blue. HEX triplet: 59, 65 and CC. RGB value is (89,101,204). Sum of RGB (Red+Green+Blue) = 89+101+204=394 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.59% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #5965CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5965CC is #A69A33. Grayscale: #6C6C6C. Windows color (decimal): -10918452 or 13395289. OLE color: 13395289.
HSL color Cylindrical-coordinate representation of color #5965CC: hue angle of 233.74º 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 #5965CC is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 101 | 204 | - |
| CMYK | 0.56 | 0.50 | 0 | 0.2 |
| HSL | 233.74º | 0.53% | 0.57% | - |
| HSV(B) | 233.74º | 0.56% | 0.8% | - |
| XYZ | 19.67 | 15.79 | 59.14 | - |
| YUV | 109.15 | 181.52 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 101 | 204 | 0.56 | 0.50 | 0 | 0.2 | 233.74 | 0.53 | 0.57 |
| Hex | 59 | 65 | CC | 38 | 32 | 0 | 14 | EA | 35 | 39 |
| Octal | 131 | 145 | 314 | 70 | 62 | 0 | 24 | 352 | 65 | 71 |
| Binary | 1011001 | 1100101 | 11001100 | 111000 | 110010 | 0 | 10100 | 11101010 | 110101 | 111001 |
Color Harmonies of #5965CC
Complementary color
Monochromatic Colors of #5965CC
Black with #5965CC
Text Example
Text Example
White with #5965CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5965CC; }
p { color: rgb(89,101,204); }
H1.HeaderClassName
{
color: #5965CC;
}
.AnyTagClassName
{
color: #5965CC;
}
</style>
background-color css
<style>
a { background-color: #5965CC; }
a { background-color: rgb(89,101,204); }
div.DivClassName
{
background-color: #5965CC;
}
.BgClassName
{
background-color: #5965CC;
}
</style>
border-color css
<style>
span { border-color: #5965CC; }
span { border-color: rgb(89,101,204); }
td.TdClassName
{
border-color: #5965CC;
}
.TagClassName
{
border-color: #5965CC;
}
</style>