Shades of Kingfisher Daisy #5B297C
Tints of Kingfisher Daisy #5B297C
RGB
CMYK
RGB Variations
Color information
#5B297C (or 0x5B297C) is known color: Kingfisher Daisy. HEX triplet: 5B, 29 and 7C. RGB value is (91,41,124). Sum of RGB (Red+Green+Blue) = 91+41+124=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B297C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B297C is #A4D683. Grayscale: #414141. Windows color (decimal): -10802820 or 8137051. OLE color: 8137051.
HSL color Cylindrical-coordinate representation of color #5B297C: hue angle of 276.14º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B297C is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 41 | 124 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.51 |
| HSL | 276.14º | 0.5% | 0.32% | - |
| HSV(B) | 276.14º | 0.67% | 0.49% | - |
| XYZ | 8.75 | 5.27 | 19.62 | - |
| YUV | 65.41 | 161.07 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 41 | 124 | 0.27 | 0.67 | 0 | 0.51 | 276.14 | 0.5 | 0.32 |
| Hex | 5B | 29 | 7C | 1B | 43 | 0 | 33 | 114 | 32 | 20 |
| Octal | 133 | 51 | 174 | 33 | 103 | 0 | 63 | 424 | 62 | 40 |
| Binary | 1011011 | 101001 | 1111100 | 11011 | 1000011 | 0 | 110011 | 100010100 | 110010 | 100000 |
Color Harmonies of #5B297C
Complementary color
Monochromatic Colors of #5B297C
Black with #5B297C
Text Example
Text Example
White with #5B297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B297C; }
p { color: rgb(91,41,124); }
H1.HeaderClassName
{
color: #5B297C;
}
.AnyTagClassName
{
color: #5B297C;
}
</style>
background-color css
<style>
a { background-color: #5B297C; }
a { background-color: rgb(91,41,124); }
div.DivClassName
{
background-color: #5B297C;
}
.BgClassName
{
background-color: #5B297C;
}
</style>
border-color css
<style>
span { border-color: #5B297C; }
span { border-color: rgb(91,41,124); }
td.TdClassName
{
border-color: #5B297C;
}
.TagClassName
{
border-color: #5B297C;
}
</style>