Shades of Slate Blue #5745CC
Tints of Slate Blue #5745CC
RGB
CMYK
RGB Variations
Color information
#5745CC (or 0x5745CC) is known color: Slate Blue. HEX triplet: 57, 45 and CC. RGB value is (87,69,204). Sum of RGB (Red+Green+Blue) = 87+69+204=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #5745CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5745CC is #A8BA33. Grayscale: #595959. Windows color (decimal): -11057716 or 13387095. OLE color: 13387095.
HSL color Cylindrical-coordinate representation of color #5745CC: hue angle of 248º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5745CC is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 69 | 204 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.2 |
| HSL | 248º | 0.57% | 0.54% | - |
| HSV(B) | 248º | 0.66% | 0.8% | - |
| XYZ | 16.96 | 10.64 | 58.29 | - |
| YUV | 89.77 | 192.46 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 69 | 204 | 0.57 | 0.66 | 0 | 0.2 | 248 | 0.57 | 0.54 |
| Hex | 57 | 45 | CC | 39 | 42 | 0 | 14 | F8 | 39 | 36 |
| Octal | 127 | 105 | 314 | 71 | 102 | 0 | 24 | 370 | 71 | 66 |
| Binary | 1010111 | 1000101 | 11001100 | 111001 | 1000010 | 0 | 10100 | 11111000 | 111001 | 110110 |
Color Harmonies of #5745CC
Complementary color
Monochromatic Colors of #5745CC
Black with #5745CC
Text Example
Text Example
White with #5745CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5745CC; }
p { color: rgb(87,69,204); }
H1.HeaderClassName
{
color: #5745CC;
}
.AnyTagClassName
{
color: #5745CC;
}
</style>
background-color css
<style>
a { background-color: #5745CC; }
a { background-color: rgb(87,69,204); }
div.DivClassName
{
background-color: #5745CC;
}
.BgClassName
{
background-color: #5745CC;
}
</style>
border-color css
<style>
span { border-color: #5745CC; }
span { border-color: rgb(87,69,204); }
td.TdClassName
{
border-color: #5745CC;
}
.TagClassName
{
border-color: #5745CC;
}
</style>