Shades of Slate Blue #5743CC
Tints of Slate Blue #5743CC
RGB
CMYK
RGB Variations
Color information
#5743CC (or 0x5743CC) is known color: Slate Blue. HEX triplet: 57, 43 and CC. RGB value is (87,67,204). Sum of RGB (Red+Green+Blue) = 87+67+204=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #5743CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5743CC is #A8BC33. Grayscale: #585858. Windows color (decimal): -11058228 or 13386583. OLE color: 13386583.
HSL color Cylindrical-coordinate representation of color #5743CC: hue angle of 248.76º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5743CC is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 67 | 204 | - |
| CMYK | 0.57 | 0.67 | 0 | 0.2 |
| HSL | 248.76º | 0.57% | 0.53% | - |
| HSV(B) | 248.76º | 0.67% | 0.8% | - |
| XYZ | 16.84 | 10.4 | 58.25 | - |
| YUV | 88.6 | 193.13 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 67 | 204 | 0.57 | 0.67 | 0 | 0.2 | 248.76 | 0.57 | 0.53 |
| Hex | 57 | 43 | CC | 39 | 43 | 0 | 14 | F9 | 39 | 35 |
| Octal | 127 | 103 | 314 | 71 | 103 | 0 | 24 | 371 | 71 | 65 |
| Binary | 1010111 | 1000011 | 11001100 | 111001 | 1000011 | 0 | 10100 | 11111001 | 111001 | 110101 |
Color Harmonies of #5743CC
Complementary color
Monochromatic Colors of #5743CC
Black with #5743CC
Text Example
Text Example
White with #5743CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5743CC; }
p { color: rgb(87,67,204); }
H1.HeaderClassName
{
color: #5743CC;
}
.AnyTagClassName
{
color: #5743CC;
}
</style>
background-color css
<style>
a { background-color: #5743CC; }
a { background-color: rgb(87,67,204); }
div.DivClassName
{
background-color: #5743CC;
}
.BgClassName
{
background-color: #5743CC;
}
</style>
border-color css
<style>
span { border-color: #5743CC; }
span { border-color: rgb(87,67,204); }
td.TdClassName
{
border-color: #5743CC;
}
.TagClassName
{
border-color: #5743CC;
}
</style>