Shades of Kingfisher Daisy #5F288D
Tints of Kingfisher Daisy #5F288D
RGB
CMYK
RGB Variations
Color information
#5F288D (or 0x5F288D) is known color: Kingfisher Daisy. HEX triplet: 5F, 28 and 8D. RGB value is (95,40,141). Sum of RGB (Red+Green+Blue) = 95+40+141=276 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.42% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 141 (55.47% from 255 or 51.09% from 276); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F288D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F288D is #A0D772. Grayscale: #434343. Windows color (decimal): -10540915 or 9250911. OLE color: 9250911.
HSL color Cylindrical-coordinate representation of color #5F288D: hue angle of 272.67º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5F288D is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 40 | 141 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.45 |
| HSL | 272.67º | 0.56% | 0.35% | - |
| HSV(B) | 272.67º | 0.72% | 0.55% | - |
| XYZ | 10.29 | 5.87 | 25.79 | - |
| YUV | 67.96 | 169.22 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 40 | 141 | 0.33 | 0.72 | 0 | 0.45 | 272.67 | 0.56 | 0.35 |
| Hex | 5F | 28 | 8D | 21 | 48 | 0 | 2D | 111 | 38 | 23 |
| Octal | 137 | 50 | 215 | 41 | 110 | 0 | 55 | 421 | 70 | 43 |
| Binary | 1011111 | 101000 | 10001101 | 100001 | 1001000 | 0 | 101101 | 100010001 | 111000 | 100011 |
Color Harmonies of #5F288D
Complementary color
Monochromatic Colors of #5F288D
Black with #5F288D
Text Example
Text Example
White with #5F288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F288D; }
p { color: rgb(95,40,141); }
H1.HeaderClassName
{
color: #5F288D;
}
.AnyTagClassName
{
color: #5F288D;
}
</style>
background-color css
<style>
a { background-color: #5F288D; }
a { background-color: rgb(95,40,141); }
div.DivClassName
{
background-color: #5F288D;
}
.BgClassName
{
background-color: #5F288D;
}
</style>
border-color css
<style>
span { border-color: #5F288D; }
span { border-color: rgb(95,40,141); }
td.TdClassName
{
border-color: #5F288D;
}
.TagClassName
{
border-color: #5F288D;
}
</style>