Shades of Kingfisher Daisy #5F2497
Tints of Kingfisher Daisy #5F2497
RGB
CMYK
RGB Variations
Color information
#5F2497 (or 0x5F2497) is known color: Kingfisher Daisy. HEX triplet: 5F, 24 and 97. RGB value is (95,36,151). Sum of RGB (Red+Green+Blue) = 95+36+151=282 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.69% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 151 (59.38% from 255 or 53.55% from 282); Max value from RGB is 151 - color contains mainly: blue. Hex color #5F2497 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2497 is #A0DB68. Grayscale: #424242. Windows color (decimal): -10541929 or 9905247. OLE color: 9905247.
HSL color Cylindrical-coordinate representation of color #5F2497: hue angle of 270.78º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F2497 is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 95 | 36 | 151 | - |
| CMYK | 0.37 | 0.76 | 0 | 0.41 |
| HSL | 270.78º | 0.61% | 0.37% | - |
| HSV(B) | 270.78º | 0.76% | 0.59% | - |
| XYZ | 10.94 | 5.93 | 29.85 | - |
| YUV | 66.75 | 175.55 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 36 | 151 | 0.37 | 0.76 | 0 | 0.41 | 270.78 | 0.61 | 0.37 |
| Hex | 5F | 24 | 97 | 25 | 4C | 0 | 29 | 10F | 3D | 25 |
| Octal | 137 | 44 | 227 | 45 | 114 | 0 | 51 | 417 | 75 | 45 |
| Binary | 1011111 | 100100 | 10010111 | 100101 | 1001100 | 0 | 101001 | 100001111 | 111101 | 100101 |
Color Harmonies of #5F2497
Complementary color
Monochromatic Colors of #5F2497
Black with #5F2497
Text Example
Text Example
White with #5F2497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2497; }
p { color: rgb(95,36,151); }
H1.HeaderClassName
{
color: #5F2497;
}
.AnyTagClassName
{
color: #5F2497;
}
</style>
background-color css
<style>
a { background-color: #5F2497; }
a { background-color: rgb(95,36,151); }
div.DivClassName
{
background-color: #5F2497;
}
.BgClassName
{
background-color: #5F2497;
}
</style>
border-color css
<style>
span { border-color: #5F2497; }
span { border-color: rgb(95,36,151); }
td.TdClassName
{
border-color: #5F2497;
}
.TagClassName
{
border-color: #5F2497;
}
</style>