Shades of Slate Blue #5F65D0
Tints of Slate Blue #5F65D0
RGB
CMYK
RGB Variations
Color information
#5F65D0 (or 0x5F65D0) is known color: Slate Blue. HEX triplet: 5F, 65 and D0. RGB value is (95,101,208). Sum of RGB (Red+Green+Blue) = 95+101+208=404 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.51% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 208 (81.64% from 255 or 51.49% from 404); Max value from RGB is 208 - color contains mainly: blue. Hex color #5F65D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F65D0 is #A09A2F. Grayscale: #6E6E6E. Windows color (decimal): -10525232 or 13657439. OLE color: 13657439.
HSL color Cylindrical-coordinate representation of color #5F65D0: hue angle of 236.81º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F65D0 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 101 | 208 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.18 |
| HSL | 236.81º | 0.55% | 0.59% | - |
| HSV(B) | 236.81º | 0.54% | 0.82% | - |
| XYZ | 20.76 | 16.29 | 61.73 | - |
| YUV | 111.4 | 182.51 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 208 | 0.54 | 0.51 | 0 | 0.18 | 236.81 | 0.55 | 0.59 |
| Hex | 5F | 65 | D0 | 36 | 33 | 0 | 12 | ED | 37 | 3B |
| Octal | 137 | 145 | 320 | 66 | 63 | 0 | 22 | 355 | 67 | 73 |
| Binary | 1011111 | 1100101 | 11010000 | 110110 | 110011 | 0 | 10010 | 11101101 | 110111 | 111011 |
Color Harmonies of #5F65D0
Complementary color
Monochromatic Colors of #5F65D0
Black with #5F65D0
Text Example
Text Example
White with #5F65D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F65D0; }
p { color: rgb(95,101,208); }
H1.HeaderClassName
{
color: #5F65D0;
}
.AnyTagClassName
{
color: #5F65D0;
}
</style>
background-color css
<style>
a { background-color: #5F65D0; }
a { background-color: rgb(95,101,208); }
div.DivClassName
{
background-color: #5F65D0;
}
.BgClassName
{
background-color: #5F65D0;
}
</style>
border-color css
<style>
span { border-color: #5F65D0; }
span { border-color: rgb(95,101,208); }
td.TdClassName
{
border-color: #5F65D0;
}
.TagClassName
{
border-color: #5F65D0;
}
</style>