Shades of Kingfisher Daisy #5B2C85
Tints of Kingfisher Daisy #5B2C85
RGB
CMYK
RGB Variations
Color information
#5B2C85 (or 0x5B2C85) is known color: Kingfisher Daisy. HEX triplet: 5B, 2C and 85. RGB value is (91,44,133). Sum of RGB (Red+Green+Blue) = 91+44+133=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #5B2C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2C85 is #A4D37A. Grayscale: #434343. Windows color (decimal): -10802043 or 8727643. OLE color: 8727643.
HSL color Cylindrical-coordinate representation of color #5B2C85: hue angle of 271.69º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B2C85 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 91 | 44 | 133 | - |
| CMYK | 0.32 | 0.67 | 0 | 0.48 |
| HSL | 271.69º | 0.5% | 0.35% | - |
| HSV(B) | 271.69º | 0.67% | 0.52% | - |
| XYZ | 9.45 | 5.72 | 22.8 | - |
| YUV | 68.2 | 164.57 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 44 | 133 | 0.32 | 0.67 | 0 | 0.48 | 271.69 | 0.5 | 0.35 |
| Hex | 5B | 2C | 85 | 20 | 43 | 0 | 30 | 110 | 32 | 23 |
| Octal | 133 | 54 | 205 | 40 | 103 | 0 | 60 | 420 | 62 | 43 |
| Binary | 1011011 | 101100 | 10000101 | 100000 | 1000011 | 0 | 110000 | 100010000 | 110010 | 100011 |
Color Harmonies of #5B2C85
Complementary color
Monochromatic Colors of #5B2C85
Black with #5B2C85
Text Example
Text Example
White with #5B2C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2C85; }
p { color: rgb(91,44,133); }
H1.HeaderClassName
{
color: #5B2C85;
}
.AnyTagClassName
{
color: #5B2C85;
}
</style>
background-color css
<style>
a { background-color: #5B2C85; }
a { background-color: rgb(91,44,133); }
div.DivClassName
{
background-color: #5B2C85;
}
.BgClassName
{
background-color: #5B2C85;
}
</style>
border-color css
<style>
span { border-color: #5B2C85; }
span { border-color: rgb(91,44,133); }
td.TdClassName
{
border-color: #5B2C85;
}
.TagClassName
{
border-color: #5B2C85;
}
</style>