Shades of Slate Blue #5752C4
Tints of Slate Blue #5752C4
RGB
CMYK
RGB Variations
Color information
#5752C4 (or 0x5752C4) is known color: Slate Blue. HEX triplet: 57, 52 and C4. RGB value is (87,82,196). Sum of RGB (Red+Green+Blue) = 87+82+196=365 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.84% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 196 (76.95% from 255 or 53.70% from 365); Max value from RGB is 196 - color contains mainly: blue. Hex color #5752C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5752C4 is #A8AD3B. Grayscale: #606060. Windows color (decimal): -11054396 or 12866135. OLE color: 12866135.
HSL color Cylindrical-coordinate representation of color #5752C4: hue angle of 242.63º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5752C4 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 87 | 82 | 196 | - |
| CMYK | 0.56 | 0.58 | 0 | 0.23 |
| HSL | 242.63º | 0.49% | 0.55% | - |
| HSV(B) | 242.63º | 0.58% | 0.77% | - |
| XYZ | 16.91 | 12.05 | 53.66 | - |
| YUV | 96.49 | 184.16 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 82 | 196 | 0.56 | 0.58 | 0 | 0.23 | 242.63 | 0.49 | 0.55 |
| Hex | 57 | 52 | C4 | 38 | 3A | 0 | 17 | F3 | 31 | 37 |
| Octal | 127 | 122 | 304 | 70 | 72 | 0 | 27 | 363 | 61 | 67 |
| Binary | 1010111 | 1010010 | 11000100 | 111000 | 111010 | 0 | 10111 | 11110011 | 110001 | 110111 |
Color Harmonies of #5752C4
Complementary color
Monochromatic Colors of #5752C4
Black with #5752C4
Text Example
Text Example
White with #5752C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5752C4; }
p { color: rgb(87,82,196); }
H1.HeaderClassName
{
color: #5752C4;
}
.AnyTagClassName
{
color: #5752C4;
}
</style>
background-color css
<style>
a { background-color: #5752C4; }
a { background-color: rgb(87,82,196); }
div.DivClassName
{
background-color: #5752C4;
}
.BgClassName
{
background-color: #5752C4;
}
</style>
border-color css
<style>
span { border-color: #5752C4; }
span { border-color: rgb(87,82,196); }
td.TdClassName
{
border-color: #5752C4;
}
.TagClassName
{
border-color: #5752C4;
}
</style>