Shades of Dark Slate Blue #453589
Tints of Dark Slate Blue #453589
RGB
CMYK
RGB Variations
Color information
#453589 (or 0x453589) is known color: Dark Slate Blue. HEX triplet: 45, 35 and 89. RGB value is (69,53,137). Sum of RGB (Red+Green+Blue) = 69+53+137=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 137 (53.91% from 255 or 52.90% from 259); Max value from RGB is 137 - color contains mainly: blue. Hex color #453589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #453589 is #BACA76. Grayscale: #434343. Windows color (decimal): -12241527 or 8992069. OLE color: 8992069.
HSL color Cylindrical-coordinate representation of color #453589: hue angle of 251.43º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #453589 is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 69 | 53 | 137 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.46 |
| HSL | 251.43º | 0.44% | 0.37% | - |
| HSV(B) | 251.43º | 0.61% | 0.54% | - |
| XYZ | 8.24 | 5.62 | 24.32 | - |
| YUV | 67.36 | 167.3 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 53 | 137 | 0.50 | 0.61 | 0 | 0.46 | 251.43 | 0.44 | 0.37 |
| Hex | 45 | 35 | 89 | 32 | 3D | 0 | 2E | FB | 2C | 25 |
| Octal | 105 | 65 | 211 | 62 | 75 | 0 | 56 | 373 | 54 | 45 |
| Binary | 1000101 | 110101 | 10001001 | 110010 | 111101 | 0 | 101110 | 11111011 | 101100 | 100101 |
Color Harmonies of #453589
Complementary color
Monochromatic Colors of #453589
Black with #453589
Text Example
Text Example
White with #453589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453589; }
p { color: rgb(69,53,137); }
H1.HeaderClassName
{
color: #453589;
}
.AnyTagClassName
{
color: #453589;
}
</style>
background-color css
<style>
a { background-color: #453589; }
a { background-color: rgb(69,53,137); }
div.DivClassName
{
background-color: #453589;
}
.BgClassName
{
background-color: #453589;
}
</style>
border-color css
<style>
span { border-color: #453589; }
span { border-color: rgb(69,53,137); }
td.TdClassName
{
border-color: #453589;
}
.TagClassName
{
border-color: #453589;
}
</style>