Shades of Kingfisher Daisy #5F2A94
Tints of Kingfisher Daisy #5F2A94
RGB
CMYK
RGB Variations
Color information
#5F2A94 (or 0x5F2A94) is known color: Kingfisher Daisy. HEX triplet: 5F, 2A and 94. RGB value is (95,42,148). Sum of RGB (Red+Green+Blue) = 95+42+148=285 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.33% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 148 (58.20% from 255 or 51.93% from 285); Max value from RGB is 148 - color contains mainly: blue. Hex color #5F2A94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2A94 is #A0D56B. Grayscale: #454545. Windows color (decimal): -10540396 or 9710175. OLE color: 9710175.
HSL color Cylindrical-coordinate representation of color #5F2A94: hue angle of 270º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F2A94 is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 42 | 148 | - |
| CMYK | 0.36 | 0.72 | 0 | 0.42 |
| HSL | 270º | 0.56% | 0.37% | - |
| HSV(B) | 270º | 0.72% | 0.58% | - |
| XYZ | 10.89 | 6.23 | 28.64 | - |
| YUV | 69.93 | 172.06 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 42 | 148 | 0.36 | 0.72 | 0 | 0.42 | 270 | 0.56 | 0.37 |
| Hex | 5F | 2A | 94 | 24 | 48 | 0 | 2A | 10E | 38 | 25 |
| Octal | 137 | 52 | 224 | 44 | 110 | 0 | 52 | 416 | 70 | 45 |
| Binary | 1011111 | 101010 | 10010100 | 100100 | 1001000 | 0 | 101010 | 100001110 | 111000 | 100101 |
Color Harmonies of #5F2A94
Complementary color
Monochromatic Colors of #5F2A94
Black with #5F2A94
Text Example
Text Example
White with #5F2A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2A94; }
p { color: rgb(95,42,148); }
H1.HeaderClassName
{
color: #5F2A94;
}
.AnyTagClassName
{
color: #5F2A94;
}
</style>
background-color css
<style>
a { background-color: #5F2A94; }
a { background-color: rgb(95,42,148); }
div.DivClassName
{
background-color: #5F2A94;
}
.BgClassName
{
background-color: #5F2A94;
}
</style>
border-color css
<style>
span { border-color: #5F2A94; }
span { border-color: rgb(95,42,148); }
td.TdClassName
{
border-color: #5F2A94;
}
.TagClassName
{
border-color: #5F2A94;
}
</style>