Shades of Kingfisher Daisy #5F2292
Tints of Kingfisher Daisy #5F2292
RGB
CMYK
RGB Variations
Color information
#5F2292 (or 0x5F2292) is known color: Kingfisher Daisy. HEX triplet: 5F, 22 and 92. RGB value is (95,34,146). Sum of RGB (Red+Green+Blue) = 95+34+146=275 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.55% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 146 (57.42% from 255 or 53.09% from 275); Max value from RGB is 146 - color contains mainly: blue. Hex color #5F2292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2292 is #A0DD6D. Grayscale: #404040. Windows color (decimal): -10542446 or 9577055. OLE color: 9577055.
HSL color Cylindrical-coordinate representation of color #5F2292: hue angle of 272.68º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5F2292 is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 95 | 34 | 146 | - |
| CMYK | 0.35 | 0.77 | 0 | 0.43 |
| HSL | 272.68º | 0.62% | 0.35% | - |
| HSV(B) | 272.68º | 0.77% | 0.57% | - |
| XYZ | 10.48 | 5.65 | 27.73 | - |
| YUV | 65.01 | 173.71 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 34 | 146 | 0.35 | 0.77 | 0 | 0.43 | 272.68 | 0.62 | 0.35 |
| Hex | 5F | 22 | 92 | 23 | 4D | 0 | 2B | 111 | 3E | 23 |
| Octal | 137 | 42 | 222 | 43 | 115 | 0 | 53 | 421 | 76 | 43 |
| Binary | 1011111 | 100010 | 10010010 | 100011 | 1001101 | 0 | 101011 | 100010001 | 111110 | 100011 |
Color Harmonies of #5F2292
Complementary color
Monochromatic Colors of #5F2292
Black with #5F2292
Text Example
Text Example
White with #5F2292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2292; }
p { color: rgb(95,34,146); }
H1.HeaderClassName
{
color: #5F2292;
}
.AnyTagClassName
{
color: #5F2292;
}
</style>
background-color css
<style>
a { background-color: #5F2292; }
a { background-color: rgb(95,34,146); }
div.DivClassName
{
background-color: #5F2292;
}
.BgClassName
{
background-color: #5F2292;
}
</style>
border-color css
<style>
span { border-color: #5F2292; }
span { border-color: rgb(95,34,146); }
td.TdClassName
{
border-color: #5F2292;
}
.TagClassName
{
border-color: #5F2292;
}
</style>