Shades of Kingfisher Daisy #5B3A84
Tints of Kingfisher Daisy #5B3A84
RGB
CMYK
RGB Variations
Color information
#5B3A84 (or 0x5B3A84) is known color: Kingfisher Daisy. HEX triplet: 5B, 3A and 84. RGB value is (91,58,132). Sum of RGB (Red+Green+Blue) = 91+58+132=281 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.38% from 281); Green value is 58 (23.05% from 255 or 20.64% from 281); Blue value is 132 (51.95% from 255 or 46.98% from 281); Max value from RGB is 132 - color contains mainly: blue. Hex color #5B3A84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3A84 is #A4C57B. Grayscale: #4C4C4C. Windows color (decimal): -10798460 or 8665691. OLE color: 8665691.
HSL color Cylindrical-coordinate representation of color #5B3A84: hue angle of 266.76º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B3A84 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 91 | 58 | 132 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.48 |
| HSL | 266.76º | 0.39% | 0.37% | - |
| HSV(B) | 266.76º | 0.56% | 0.52% | - |
| XYZ | 9.99 | 6.92 | 22.64 | - |
| YUV | 76.3 | 159.43 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 58 | 132 | 0.31 | 0.56 | 0 | 0.48 | 266.76 | 0.39 | 0.37 |
| Hex | 5B | 3A | 84 | 1F | 38 | 0 | 30 | 10B | 27 | 25 |
| Octal | 133 | 72 | 204 | 37 | 70 | 0 | 60 | 413 | 47 | 45 |
| Binary | 1011011 | 111010 | 10000100 | 11111 | 111000 | 0 | 110000 | 100001011 | 100111 | 100101 |
Color Harmonies of #5B3A84
Complementary color
Monochromatic Colors of #5B3A84
Black with #5B3A84
Text Example
Text Example
White with #5B3A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3A84; }
p { color: rgb(91,58,132); }
H1.HeaderClassName
{
color: #5B3A84;
}
.AnyTagClassName
{
color: #5B3A84;
}
</style>
background-color css
<style>
a { background-color: #5B3A84; }
a { background-color: rgb(91,58,132); }
div.DivClassName
{
background-color: #5B3A84;
}
.BgClassName
{
background-color: #5B3A84;
}
</style>
border-color css
<style>
span { border-color: #5B3A84; }
span { border-color: rgb(91,58,132); }
td.TdClassName
{
border-color: #5B3A84;
}
.TagClassName
{
border-color: #5B3A84;
}
</style>