Shades of Kingfisher Daisy #5B297D
Tints of Kingfisher Daisy #5B297D
RGB
CMYK
RGB Variations
Color information
#5B297D (or 0x5B297D) is known color: Kingfisher Daisy. HEX triplet: 5B, 29 and 7D. RGB value is (91,41,125). Sum of RGB (Red+Green+Blue) = 91+41+125=257 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.41% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #5B297D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B297D is #A4D682. Grayscale: #414141. Windows color (decimal): -10802819 or 8202587. OLE color: 8202587.
HSL color Cylindrical-coordinate representation of color #5B297D: hue angle of 275.71º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B297D is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 41 | 125 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.51 |
| HSL | 275.71º | 0.51% | 0.33% | - |
| HSV(B) | 275.71º | 0.67% | 0.49% | - |
| XYZ | 8.81 | 5.29 | 19.96 | - |
| YUV | 65.53 | 161.57 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 41 | 125 | 0.27 | 0.67 | 0 | 0.51 | 275.71 | 0.51 | 0.33 |
| Hex | 5B | 29 | 7D | 1B | 43 | 0 | 33 | 114 | 33 | 21 |
| Octal | 133 | 51 | 175 | 33 | 103 | 0 | 63 | 424 | 63 | 41 |
| Binary | 1011011 | 101001 | 1111101 | 11011 | 1000011 | 0 | 110011 | 100010100 | 110011 | 100001 |
Color Harmonies of #5B297D
Complementary color
Monochromatic Colors of #5B297D
Black with #5B297D
Text Example
Text Example
White with #5B297D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B297D; }
p { color: rgb(91,41,125); }
H1.HeaderClassName
{
color: #5B297D;
}
.AnyTagClassName
{
color: #5B297D;
}
</style>
background-color css
<style>
a { background-color: #5B297D; }
a { background-color: rgb(91,41,125); }
div.DivClassName
{
background-color: #5B297D;
}
.BgClassName
{
background-color: #5B297D;
}
</style>
border-color css
<style>
span { border-color: #5B297D; }
span { border-color: rgb(91,41,125); }
td.TdClassName
{
border-color: #5B297D;
}
.TagClassName
{
border-color: #5B297D;
}
</style>