Shades of Kingfisher Daisy #5C297B
Tints of Kingfisher Daisy #5C297B
RGB
CMYK
RGB Variations
Color information
#5C297B (or 0x5C297B) is known color: Kingfisher Daisy. HEX triplet: 5C, 29 and 7B. RGB value is (92,41,123). Sum of RGB (Red+Green+Blue) = 92+41+123=256 (33% of max value = 765). Red value is 92 (36.33% from 255 or 35.94% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #5C297B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C297B is #A3D684. Grayscale: #414141. Windows color (decimal): -10737285 or 8071516. OLE color: 8071516.
HSL color Cylindrical-coordinate representation of color #5C297B: hue angle of 277.32º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C297B is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 41 | 123 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.52 |
| HSL | 277.32º | 0.5% | 0.32% | - |
| HSV(B) | 277.32º | 0.67% | 0.48% | - |
| XYZ | 8.78 | 5.29 | 19.3 | - |
| YUV | 65.6 | 160.4 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 41 | 123 | 0.25 | 0.67 | 0 | 0.52 | 277.32 | 0.5 | 0.32 |
| Hex | 5C | 29 | 7B | 19 | 43 | 0 | 34 | 115 | 32 | 20 |
| Octal | 134 | 51 | 173 | 31 | 103 | 0 | 64 | 425 | 62 | 40 |
| Binary | 1011100 | 101001 | 1111011 | 11001 | 1000011 | 0 | 110100 | 100010101 | 110010 | 100000 |
Color Harmonies of #5C297B
Complementary color
Monochromatic Colors of #5C297B
Black with #5C297B
Text Example
Text Example
White with #5C297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C297B; }
p { color: rgb(92,41,123); }
H1.HeaderClassName
{
color: #5C297B;
}
.AnyTagClassName
{
color: #5C297B;
}
</style>
background-color css
<style>
a { background-color: #5C297B; }
a { background-color: rgb(92,41,123); }
div.DivClassName
{
background-color: #5C297B;
}
.BgClassName
{
background-color: #5C297B;
}
</style>
border-color css
<style>
span { border-color: #5C297B; }
span { border-color: rgb(92,41,123); }
td.TdClassName
{
border-color: #5C297B;
}
.TagClassName
{
border-color: #5C297B;
}
</style>