Shades of Kingfisher Daisy #5B3089
Tints of Kingfisher Daisy #5B3089
RGB
CMYK
RGB Variations
Color information
#5B3089 (or 0x5B3089) is known color: Kingfisher Daisy. HEX triplet: 5B, 30 and 89. RGB value is (91,48,137). Sum of RGB (Red+Green+Blue) = 91+48+137=276 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.97% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 137 (53.91% from 255 or 49.64% from 276); Max value from RGB is 137 - color contains mainly: blue. Hex color #5B3089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3089 is #A4CF76. Grayscale: #464646. Windows color (decimal): -10801015 or 8990811. OLE color: 8990811.
HSL color Cylindrical-coordinate representation of color #5B3089: hue angle of 268.99º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B3089 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 91 | 48 | 137 | - |
| CMYK | 0.34 | 0.65 | 0 | 0.46 |
| HSL | 268.99º | 0.48% | 0.36% | - |
| HSV(B) | 268.99º | 0.65% | 0.54% | - |
| XYZ | 9.89 | 6.14 | 24.33 | - |
| YUV | 71 | 165.25 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 48 | 137 | 0.34 | 0.65 | 0 | 0.46 | 268.99 | 0.48 | 0.36 |
| Hex | 5B | 30 | 89 | 22 | 41 | 0 | 2E | 10D | 30 | 24 |
| Octal | 133 | 60 | 211 | 42 | 101 | 0 | 56 | 415 | 60 | 44 |
| Binary | 1011011 | 110000 | 10001001 | 100010 | 1000001 | 0 | 101110 | 100001101 | 110000 | 100100 |
Color Harmonies of #5B3089
Complementary color
Monochromatic Colors of #5B3089
Black with #5B3089
Text Example
Text Example
White with #5B3089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3089; }
p { color: rgb(91,48,137); }
H1.HeaderClassName
{
color: #5B3089;
}
.AnyTagClassName
{
color: #5B3089;
}
</style>
background-color css
<style>
a { background-color: #5B3089; }
a { background-color: rgb(91,48,137); }
div.DivClassName
{
background-color: #5B3089;
}
.BgClassName
{
background-color: #5B3089;
}
</style>
border-color css
<style>
span { border-color: #5B3089; }
span { border-color: rgb(91,48,137); }
td.TdClassName
{
border-color: #5B3089;
}
.TagClassName
{
border-color: #5B3089;
}
</style>