Shades of Kingfisher Daisy #5F3B81
Tints of Kingfisher Daisy #5F3B81
RGB
CMYK
RGB Variations
Color information
#5F3B81 (or 0x5F3B81) is known color: Kingfisher Daisy. HEX triplet: 5F, 3B and 81. RGB value is (95,59,129). Sum of RGB (Red+Green+Blue) = 95+59+129=283 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.57% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #5F3B81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F3B81 is #A0C47E. Grayscale: #4D4D4D. Windows color (decimal): -10536063 or 8469343. OLE color: 8469343.
HSL color Cylindrical-coordinate representation of color #5F3B81: hue angle of 270.86º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F3B81 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 95 | 59 | 129 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.49 |
| HSL | 270.86º | 0.37% | 0.37% | - |
| HSV(B) | 270.86º | 0.54% | 0.51% | - |
| XYZ | 10.25 | 7.15 | 21.61 | - |
| YUV | 77.74 | 156.93 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 59 | 129 | 0.26 | 0.54 | 0 | 0.49 | 270.86 | 0.37 | 0.37 |
| Hex | 5F | 3B | 81 | 1A | 36 | 0 | 31 | 10F | 25 | 25 |
| Octal | 137 | 73 | 201 | 32 | 66 | 0 | 61 | 417 | 45 | 45 |
| Binary | 1011111 | 111011 | 10000001 | 11010 | 110110 | 0 | 110001 | 100001111 | 100101 | 100101 |
Color Harmonies of #5F3B81
Complementary color
Monochromatic Colors of #5F3B81
Black with #5F3B81
Text Example
Text Example
White with #5F3B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3B81; }
p { color: rgb(95,59,129); }
H1.HeaderClassName
{
color: #5F3B81;
}
.AnyTagClassName
{
color: #5F3B81;
}
</style>
background-color css
<style>
a { background-color: #5F3B81; }
a { background-color: rgb(95,59,129); }
div.DivClassName
{
background-color: #5F3B81;
}
.BgClassName
{
background-color: #5F3B81;
}
</style>
border-color css
<style>
span { border-color: #5F3B81; }
span { border-color: rgb(95,59,129); }
td.TdClassName
{
border-color: #5F3B81;
}
.TagClassName
{
border-color: #5F3B81;
}
</style>