Shades of Kingfisher Daisy #5F228B
Tints of Kingfisher Daisy #5F228B
RGB
CMYK
RGB Variations
Color information
#5F228B (or 0x5F228B) is known color: Kingfisher Daisy. HEX triplet: 5F, 22 and 8B. RGB value is (95,34,139). Sum of RGB (Red+Green+Blue) = 95+34+139=268 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.45% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 139 (54.69% from 255 or 51.87% from 268); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F228B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F228B is #A0DD74. Grayscale: #3F3F3F. Windows color (decimal): -10542453 or 9118303. OLE color: 9118303.
HSL color Cylindrical-coordinate representation of color #5F228B: hue angle of 274.86º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F228B is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 34 | 139 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.45 |
| HSL | 274.86º | 0.61% | 0.34% | - |
| HSV(B) | 274.86º | 0.76% | 0.55% | - |
| XYZ | 9.95 | 5.44 | 24.95 | - |
| YUV | 64.21 | 170.21 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 34 | 139 | 0.32 | 0.76 | 0 | 0.45 | 274.86 | 0.61 | 0.34 |
| Hex | 5F | 22 | 8B | 20 | 4C | 0 | 2D | 113 | 3D | 22 |
| Octal | 137 | 42 | 213 | 40 | 114 | 0 | 55 | 423 | 75 | 42 |
| Binary | 1011111 | 100010 | 10001011 | 100000 | 1001100 | 0 | 101101 | 100010011 | 111101 | 100010 |
Color Harmonies of #5F228B
Complementary color
Monochromatic Colors of #5F228B
Black with #5F228B
Text Example
Text Example
White with #5F228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F228B; }
p { color: rgb(95,34,139); }
H1.HeaderClassName
{
color: #5F228B;
}
.AnyTagClassName
{
color: #5F228B;
}
</style>
background-color css
<style>
a { background-color: #5F228B; }
a { background-color: rgb(95,34,139); }
div.DivClassName
{
background-color: #5F228B;
}
.BgClassName
{
background-color: #5F228B;
}
</style>
border-color css
<style>
span { border-color: #5F228B; }
span { border-color: rgb(95,34,139); }
td.TdClassName
{
border-color: #5F228B;
}
.TagClassName
{
border-color: #5F228B;
}
</style>