Shades of Kingfisher Daisy #5F257E
Tints of Kingfisher Daisy #5F257E
RGB
CMYK
RGB Variations
Color information
#5F257E (or 0x5F257E) is known color: Kingfisher Daisy. HEX triplet: 5F, 25 and 7E. RGB value is (95,37,126). Sum of RGB (Red+Green+Blue) = 95+37+126=258 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.82% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 126 (49.61% from 255 or 48.84% from 258); Max value from RGB is 126 - color contains mainly: blue. Hex color #5F257E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F257E is #A0DA81. Grayscale: #404040. Windows color (decimal): -10541698 or 8267103. OLE color: 8267103.
HSL color Cylindrical-coordinate representation of color #5F257E: hue angle of 279.1º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5F257E is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 37 | 126 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.51 |
| HSL | 279.1º | 0.55% | 0.32% | - |
| HSV(B) | 279.1º | 0.71% | 0.49% | - |
| XYZ | 9.15 | 5.26 | 20.27 | - |
| YUV | 64.49 | 162.72 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 37 | 126 | 0.25 | 0.71 | 0 | 0.51 | 279.1 | 0.55 | 0.32 |
| Hex | 5F | 25 | 7E | 19 | 47 | 0 | 33 | 117 | 37 | 20 |
| Octal | 137 | 45 | 176 | 31 | 107 | 0 | 63 | 427 | 67 | 40 |
| Binary | 1011111 | 100101 | 1111110 | 11001 | 1000111 | 0 | 110011 | 100010111 | 110111 | 100000 |
Color Harmonies of #5F257E
Complementary color
Monochromatic Colors of #5F257E
Black with #5F257E
Text Example
Text Example
White with #5F257E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F257E; }
p { color: rgb(95,37,126); }
H1.HeaderClassName
{
color: #5F257E;
}
.AnyTagClassName
{
color: #5F257E;
}
</style>
background-color css
<style>
a { background-color: #5F257E; }
a { background-color: rgb(95,37,126); }
div.DivClassName
{
background-color: #5F257E;
}
.BgClassName
{
background-color: #5F257E;
}
</style>
border-color css
<style>
span { border-color: #5F257E; }
span { border-color: rgb(95,37,126); }
td.TdClassName
{
border-color: #5F257E;
}
.TagClassName
{
border-color: #5F257E;
}
</style>