Shades of Slate Blue #534FDF
Tints of Slate Blue #534FDF
RGB
CMYK
RGB Variations
Color information
#534FDF (or 0x534FDF) is known color: Slate Blue. HEX triplet: 53, 4F and DF. RGB value is (83,79,223). Sum of RGB (Red+Green+Blue) = 83+79+223=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #534FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534FDF is #ACB020. Grayscale: #606060. Windows color (decimal): -11317281 or 14634835. OLE color: 14634835.
HSL color Cylindrical-coordinate representation of color #534FDF: hue angle of 241.67º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #534FDF is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 79 | 223 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.13 |
| HSL | 241.67º | 0.69% | 0.59% | - |
| HSV(B) | 241.67º | 0.65% | 0.87% | - |
| XYZ | 19.68 | 12.76 | 71.24 | - |
| YUV | 96.61 | 199.33 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 223 | 0.63 | 0.65 | 0 | 0.13 | 241.67 | 0.69 | 0.59 |
| Hex | 53 | 4F | DF | 3F | 41 | 0 | D | F2 | 45 | 3B |
| Octal | 123 | 117 | 337 | 77 | 101 | 0 | 15 | 362 | 105 | 73 |
| Binary | 1010011 | 1001111 | 11011111 | 111111 | 1000001 | 0 | 1101 | 11110010 | 1000101 | 111011 |
Color Harmonies of #534FDF
Complementary color
Monochromatic Colors of #534FDF
Black with #534FDF
Text Example
Text Example
White with #534FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534FDF; }
p { color: rgb(83,79,223); }
H1.HeaderClassName
{
color: #534FDF;
}
.AnyTagClassName
{
color: #534FDF;
}
</style>
background-color css
<style>
a { background-color: #534FDF; }
a { background-color: rgb(83,79,223); }
div.DivClassName
{
background-color: #534FDF;
}
.BgClassName
{
background-color: #534FDF;
}
</style>
border-color css
<style>
span { border-color: #534FDF; }
span { border-color: rgb(83,79,223); }
td.TdClassName
{
border-color: #534FDF;
}
.TagClassName
{
border-color: #534FDF;
}
</style>