Shades of Slate Blue #5451CC
Tints of Slate Blue #5451CC
RGB
CMYK
RGB Variations
Color information
#5451CC (or 0x5451CC) is known color: Slate Blue. HEX triplet: 54, 51 and CC. RGB value is (84,81,204). Sum of RGB (Red+Green+Blue) = 84+81+204=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 81 (32.03% from 255 or 21.95% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #5451CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5451CC is #ABAE33. Grayscale: #5F5F5F. Windows color (decimal): -11251252 or 13390164. OLE color: 13390164.
HSL color Cylindrical-coordinate representation of color #5451CC: hue angle of 241.46º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5451CC is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 81 | 204 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.2 |
| HSL | 241.46º | 0.55% | 0.56% | - |
| HSV(B) | 241.46º | 0.6% | 0.8% | - |
| XYZ | 17.5 | 12.13 | 58.55 | - |
| YUV | 95.92 | 188.99 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 204 | 0.59 | 0.60 | 0 | 0.2 | 241.46 | 0.55 | 0.56 |
| Hex | 54 | 51 | CC | 3B | 3C | 0 | 14 | F1 | 37 | 38 |
| Octal | 124 | 121 | 314 | 73 | 74 | 0 | 24 | 361 | 67 | 70 |
| Binary | 1010100 | 1010001 | 11001100 | 111011 | 111100 | 0 | 10100 | 11110001 | 110111 | 111000 |
Color Harmonies of #5451CC
Complementary color
Monochromatic Colors of #5451CC
Black with #5451CC
Text Example
Text Example
White with #5451CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5451CC; }
p { color: rgb(84,81,204); }
H1.HeaderClassName
{
color: #5451CC;
}
.AnyTagClassName
{
color: #5451CC;
}
</style>
background-color css
<style>
a { background-color: #5451CC; }
a { background-color: rgb(84,81,204); }
div.DivClassName
{
background-color: #5451CC;
}
.BgClassName
{
background-color: #5451CC;
}
</style>
border-color css
<style>
span { border-color: #5451CC; }
span { border-color: rgb(84,81,204); }
td.TdClassName
{
border-color: #5451CC;
}
.TagClassName
{
border-color: #5451CC;
}
</style>