Shades of Kingfisher Daisy #5B2F87
Tints of Kingfisher Daisy #5B2F87
RGB
CMYK
RGB Variations
Color information
#5B2F87 (or 0x5B2F87) is known color: Kingfisher Daisy. HEX triplet: 5B, 2F and 87. RGB value is (91,47,135). Sum of RGB (Red+Green+Blue) = 91+47+135=273 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.33% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #5B2F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2F87 is #A4D078. Grayscale: #454545. Windows color (decimal): -10801273 or 8859483. OLE color: 8859483.
HSL color Cylindrical-coordinate representation of color #5B2F87: hue angle of 270º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B2F87 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 47 | 135 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.47 |
| HSL | 270º | 0.48% | 0.36% | - |
| HSV(B) | 270º | 0.65% | 0.53% | - |
| XYZ | 9.7 | 6.01 | 23.57 | - |
| YUV | 70.19 | 164.58 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 47 | 135 | 0.33 | 0.65 | 0 | 0.47 | 270 | 0.48 | 0.36 |
| Hex | 5B | 2F | 87 | 21 | 41 | 0 | 2F | 10E | 30 | 24 |
| Octal | 133 | 57 | 207 | 41 | 101 | 0 | 57 | 416 | 60 | 44 |
| Binary | 1011011 | 101111 | 10000111 | 100001 | 1000001 | 0 | 101111 | 100001110 | 110000 | 100100 |
Color Harmonies of #5B2F87
Complementary color
Monochromatic Colors of #5B2F87
Black with #5B2F87
Text Example
Text Example
White with #5B2F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2F87; }
p { color: rgb(91,47,135); }
H1.HeaderClassName
{
color: #5B2F87;
}
.AnyTagClassName
{
color: #5B2F87;
}
</style>
background-color css
<style>
a { background-color: #5B2F87; }
a { background-color: rgb(91,47,135); }
div.DivClassName
{
background-color: #5B2F87;
}
.BgClassName
{
background-color: #5B2F87;
}
</style>
border-color css
<style>
span { border-color: #5B2F87; }
span { border-color: rgb(91,47,135); }
td.TdClassName
{
border-color: #5B2F87;
}
.TagClassName
{
border-color: #5B2F87;
}
</style>