Shades of Slate Blue #554CCF
Tints of Slate Blue #554CCF
RGB
CMYK
RGB Variations
Color information
#554CCF (or 0x554CCF) is known color: Slate Blue. HEX triplet: 55, 4C and CF. RGB value is (85,76,207). Sum of RGB (Red+Green+Blue) = 85+76+207=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 207 (81.25% from 255 or 56.25% from 368); Max value from RGB is 207 - color contains mainly: blue. Hex color #554CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #554CCF is #AAB330. Grayscale: #5D5D5D. Windows color (decimal): -11186993 or 13585493. OLE color: 13585493.
HSL color Cylindrical-coordinate representation of color #554CCF: hue angle of 244.12º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #554CCF is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 76 | 207 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.19 |
| HSL | 244.12º | 0.58% | 0.55% | - |
| HSV(B) | 244.12º | 0.63% | 0.81% | - |
| XYZ | 17.59 | 11.61 | 60.34 | - |
| YUV | 93.63 | 191.98 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 76 | 207 | 0.59 | 0.63 | 0 | 0.19 | 244.12 | 0.58 | 0.55 |
| Hex | 55 | 4C | CF | 3B | 3F | 0 | 13 | F4 | 3A | 37 |
| Octal | 125 | 114 | 317 | 73 | 77 | 0 | 23 | 364 | 72 | 67 |
| Binary | 1010101 | 1001100 | 11001111 | 111011 | 111111 | 0 | 10011 | 11110100 | 111010 | 110111 |
Color Harmonies of #554CCF
Complementary color
Monochromatic Colors of #554CCF
Black with #554CCF
Text Example
Text Example
White with #554CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #554CCF; }
p { color: rgb(85,76,207); }
H1.HeaderClassName
{
color: #554CCF;
}
.AnyTagClassName
{
color: #554CCF;
}
</style>
background-color css
<style>
a { background-color: #554CCF; }
a { background-color: rgb(85,76,207); }
div.DivClassName
{
background-color: #554CCF;
}
.BgClassName
{
background-color: #554CCF;
}
</style>
border-color css
<style>
span { border-color: #554CCF; }
span { border-color: rgb(85,76,207); }
td.TdClassName
{
border-color: #554CCF;
}
.TagClassName
{
border-color: #554CCF;
}
</style>