Shades of Kingfisher Daisy #5F2286
Tints of Kingfisher Daisy #5F2286
RGB
CMYK
RGB Variations
Color information
#5F2286 (or 0x5F2286) is known color: Kingfisher Daisy. HEX triplet: 5F, 22 and 86. RGB value is (95,34,134). Sum of RGB (Red+Green+Blue) = 95+34+134=263 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.12% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 134 (52.73% from 255 or 50.95% from 263); Max value from RGB is 134 - color contains mainly: blue. Hex color #5F2286 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2286 is #A0DD79. Grayscale: #3F3F3F. Windows color (decimal): -10542458 or 8790623. OLE color: 8790623.
HSL color Cylindrical-coordinate representation of color #5F2286: hue angle of 276.6º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F2286 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 95 | 34 | 134 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.47 |
| HSL | 276.6º | 0.6% | 0.33% | - |
| HSV(B) | 276.6º | 0.75% | 0.53% | - |
| XYZ | 9.59 | 5.3 | 23.07 | - |
| YUV | 63.64 | 167.71 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 34 | 134 | 0.29 | 0.75 | 0 | 0.47 | 276.6 | 0.6 | 0.33 |
| Hex | 5F | 22 | 86 | 1D | 4B | 0 | 2F | 115 | 3C | 21 |
| Octal | 137 | 42 | 206 | 35 | 113 | 0 | 57 | 425 | 74 | 41 |
| Binary | 1011111 | 100010 | 10000110 | 11101 | 1001011 | 0 | 101111 | 100010101 | 111100 | 100001 |
Color Harmonies of #5F2286
Complementary color
Monochromatic Colors of #5F2286
Black with #5F2286
Text Example
Text Example
White with #5F2286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2286; }
p { color: rgb(95,34,134); }
H1.HeaderClassName
{
color: #5F2286;
}
.AnyTagClassName
{
color: #5F2286;
}
</style>
background-color css
<style>
a { background-color: #5F2286; }
a { background-color: rgb(95,34,134); }
div.DivClassName
{
background-color: #5F2286;
}
.BgClassName
{
background-color: #5F2286;
}
</style>
border-color css
<style>
span { border-color: #5F2286; }
span { border-color: rgb(95,34,134); }
td.TdClassName
{
border-color: #5F2286;
}
.TagClassName
{
border-color: #5F2286;
}
</style>