Shades of Kingfisher Daisy #5B327C
Tints of Kingfisher Daisy #5B327C
RGB
CMYK
RGB Variations
Color information
#5B327C (or 0x5B327C) is known color: Kingfisher Daisy. HEX triplet: 5B, 32 and 7C. RGB value is (91,50,124). Sum of RGB (Red+Green+Blue) = 91+50+124=265 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.34% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B327C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B327C is #A4CD83. Grayscale: #464646. Windows color (decimal): -10800516 or 8139355. OLE color: 8139355.
HSL color Cylindrical-coordinate representation of color #5B327C: hue angle of 273.24º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B327C is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 50 | 124 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.51 |
| HSL | 273.24º | 0.43% | 0.34% | - |
| HSV(B) | 273.24º | 0.6% | 0.49% | - |
| XYZ | 9.09 | 5.96 | 19.74 | - |
| YUV | 70.7 | 158.08 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 50 | 124 | 0.27 | 0.60 | 0 | 0.51 | 273.24 | 0.43 | 0.34 |
| Hex | 5B | 32 | 7C | 1B | 3C | 0 | 33 | 111 | 2B | 22 |
| Octal | 133 | 62 | 174 | 33 | 74 | 0 | 63 | 421 | 53 | 42 |
| Binary | 1011011 | 110010 | 1111100 | 11011 | 111100 | 0 | 110011 | 100010001 | 101011 | 100010 |
Color Harmonies of #5B327C
Complementary color
Monochromatic Colors of #5B327C
Black with #5B327C
Text Example
Text Example
White with #5B327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B327C; }
p { color: rgb(91,50,124); }
H1.HeaderClassName
{
color: #5B327C;
}
.AnyTagClassName
{
color: #5B327C;
}
</style>
background-color css
<style>
a { background-color: #5B327C; }
a { background-color: rgb(91,50,124); }
div.DivClassName
{
background-color: #5B327C;
}
.BgClassName
{
background-color: #5B327C;
}
</style>
border-color css
<style>
span { border-color: #5B327C; }
span { border-color: rgb(91,50,124); }
td.TdClassName
{
border-color: #5B327C;
}
.TagClassName
{
border-color: #5B327C;
}
</style>