Shades of Slate Blue #5354DA
Tints of Slate Blue #5354DA
RGB
CMYK
RGB Variations
Color information
#5354DA (or 0x5354DA) is known color: Slate Blue. HEX triplet: 53, 54 and DA. RGB value is (83,84,218). Sum of RGB (Red+Green+Blue) = 83+84+218=385 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.56% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #5354DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5354DA is #ACAB25. Grayscale: #626262. Windows color (decimal): -11316006 or 14308435. OLE color: 14308435.
HSL color Cylindrical-coordinate representation of color #5354DA: hue angle of 239.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5354DA is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 84 | 218 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.15 |
| HSL | 239.56º | 0.65% | 0.59% | - |
| HSV(B) | 239.56º | 0.62% | 0.85% | - |
| XYZ | 19.39 | 13.24 | 67.86 | - |
| YUV | 98.98 | 195.17 | 116.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 84 | 218 | 0.62 | 0.61 | 0 | 0.15 | 239.56 | 0.65 | 0.59 |
| Hex | 53 | 54 | DA | 3E | 3D | 0 | F | F0 | 41 | 3B |
| Octal | 123 | 124 | 332 | 76 | 75 | 0 | 17 | 360 | 101 | 73 |
| Binary | 1010011 | 1010100 | 11011010 | 111110 | 111101 | 0 | 1111 | 11110000 | 1000001 | 111011 |
Color Harmonies of #5354DA
Complementary color
Monochromatic Colors of #5354DA
Black with #5354DA
Text Example
Text Example
White with #5354DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5354DA; }
p { color: rgb(83,84,218); }
H1.HeaderClassName
{
color: #5354DA;
}
.AnyTagClassName
{
color: #5354DA;
}
</style>
background-color css
<style>
a { background-color: #5354DA; }
a { background-color: rgb(83,84,218); }
div.DivClassName
{
background-color: #5354DA;
}
.BgClassName
{
background-color: #5354DA;
}
</style>
border-color css
<style>
span { border-color: #5354DA; }
span { border-color: rgb(83,84,218); }
td.TdClassName
{
border-color: #5354DA;
}
.TagClassName
{
border-color: #5354DA;
}
</style>