Shades of Slate Blue #5451CB
Tints of Slate Blue #5451CB
RGB
CMYK
RGB Variations
Color information
#5451CB (or 0x5451CB) is known color: Slate Blue. HEX triplet: 54, 51 and CB. RGB value is (84,81,203). Sum of RGB (Red+Green+Blue) = 84+81+203=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #5451CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5451CB is #ABAE34. Grayscale: #5F5F5F. Windows color (decimal): -11251253 or 13324628. OLE color: 13324628.
HSL color Cylindrical-coordinate representation of color #5451CB: hue angle of 241.48º degrees, saturation: 0.54, 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 #5451CB is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 81 | 203 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.20 |
| HSL | 241.48º | 0.54% | 0.56% | - |
| HSV(B) | 241.48º | 0.6% | 0.8% | - |
| XYZ | 17.38 | 12.08 | 57.92 | - |
| YUV | 95.81 | 188.49 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 203 | 0.59 | 0.60 | 0 | 0.20 | 241.48 | 0.54 | 0.56 |
| Hex | 54 | 51 | CB | 3B | 3C | 0 | 14 | F1 | 36 | 38 |
| Octal | 124 | 121 | 313 | 73 | 74 | 0 | 24 | 361 | 66 | 70 |
| Binary | 1010100 | 1010001 | 11001011 | 111011 | 111100 | 0 | 10100 | 11110001 | 110110 | 111000 |
Color Harmonies of #5451CB
Complementary color
Monochromatic Colors of #5451CB
Black with #5451CB
Text Example
Text Example
White with #5451CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5451CB; }
p { color: rgb(84,81,203); }
H1.HeaderClassName
{
color: #5451CB;
}
.AnyTagClassName
{
color: #5451CB;
}
</style>
background-color css
<style>
a { background-color: #5451CB; }
a { background-color: rgb(84,81,203); }
div.DivClassName
{
background-color: #5451CB;
}
.BgClassName
{
background-color: #5451CB;
}
</style>
border-color css
<style>
span { border-color: #5451CB; }
span { border-color: rgb(84,81,203); }
td.TdClassName
{
border-color: #5451CB;
}
.TagClassName
{
border-color: #5451CB;
}
</style>