Shades of Slate Blue #5F63DB
Tints of Slate Blue #5F63DB
RGB
CMYK
RGB Variations
Color information
#5F63DB (or 0x5F63DB) is known color: Slate Blue. HEX triplet: 5F, 63 and DB. RGB value is (95,99,219). Sum of RGB (Red+Green+Blue) = 95+99+219=413 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.00% from 413); Green value is 99 (39.06% from 255 or 23.97% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F63DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F63DB is #A09C24. Grayscale: #6F6F6F. Windows color (decimal): -10525733 or 14377823. OLE color: 14377823.
HSL color Cylindrical-coordinate representation of color #5F63DB: hue angle of 238.06º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F63DB is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 99 | 219 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.14 |
| HSL | 238.06º | 0.63% | 0.62% | - |
| HSV(B) | 238.06º | 0.57% | 0.86% | - |
| XYZ | 21.97 | 16.47 | 69.04 | - |
| YUV | 111.48 | 188.67 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 99 | 219 | 0.57 | 0.55 | 0 | 0.14 | 238.06 | 0.63 | 0.62 |
| Hex | 5F | 63 | DB | 39 | 37 | 0 | E | EE | 3F | 3E |
| Octal | 137 | 143 | 333 | 71 | 67 | 0 | 16 | 356 | 77 | 76 |
| Binary | 1011111 | 1100011 | 11011011 | 111001 | 110111 | 0 | 1110 | 11101110 | 111111 | 111110 |
Color Harmonies of #5F63DB
Complementary color
Monochromatic Colors of #5F63DB
Black with #5F63DB
Text Example
Text Example
White with #5F63DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F63DB; }
p { color: rgb(95,99,219); }
H1.HeaderClassName
{
color: #5F63DB;
}
.AnyTagClassName
{
color: #5F63DB;
}
</style>
background-color css
<style>
a { background-color: #5F63DB; }
a { background-color: rgb(95,99,219); }
div.DivClassName
{
background-color: #5F63DB;
}
.BgClassName
{
background-color: #5F63DB;
}
</style>
border-color css
<style>
span { border-color: #5F63DB; }
span { border-color: rgb(95,99,219); }
td.TdClassName
{
border-color: #5F63DB;
}
.TagClassName
{
border-color: #5F63DB;
}
</style>