Shades of Kingfisher Daisy #5B2087
Tints of Kingfisher Daisy #5B2087
RGB
CMYK
RGB Variations
Color information
#5B2087 (or 0x5B2087) is known color: Kingfisher Daisy. HEX triplet: 5B, 20 and 87. RGB value is (91,32,135). Sum of RGB (Red+Green+Blue) = 91+32+135=258 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.27% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 135 (53.12% from 255 or 52.33% from 258); Max value from RGB is 135 - color contains mainly: blue. Hex color #5B2087 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2087 is #A4DF78. Grayscale: #3D3D3D. Windows color (decimal): -10805113 or 8855643. OLE color: 8855643.
HSL color Cylindrical-coordinate representation of color #5B2087: hue angle of 274.37º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5B2087 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 91 | 32 | 135 | - |
| CMYK | 0.33 | 0.76 | 0 | 0.47 |
| HSL | 274.37º | 0.62% | 0.33% | - |
| HSV(B) | 274.37º | 0.76% | 0.53% | - |
| XYZ | 9.2 | 5.01 | 23.4 | - |
| YUV | 61.38 | 169.55 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 32 | 135 | 0.33 | 0.76 | 0 | 0.47 | 274.37 | 0.62 | 0.33 |
| Hex | 5B | 20 | 87 | 21 | 4C | 0 | 2F | 112 | 3E | 21 |
| Octal | 133 | 40 | 207 | 41 | 114 | 0 | 57 | 422 | 76 | 41 |
| Binary | 1011011 | 100000 | 10000111 | 100001 | 1001100 | 0 | 101111 | 100010010 | 111110 | 100001 |
Color Harmonies of #5B2087
Complementary color
Monochromatic Colors of #5B2087
Black with #5B2087
Text Example
Text Example
White with #5B2087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2087; }
p { color: rgb(91,32,135); }
H1.HeaderClassName
{
color: #5B2087;
}
.AnyTagClassName
{
color: #5B2087;
}
</style>
background-color css
<style>
a { background-color: #5B2087; }
a { background-color: rgb(91,32,135); }
div.DivClassName
{
background-color: #5B2087;
}
.BgClassName
{
background-color: #5B2087;
}
</style>
border-color css
<style>
span { border-color: #5B2087; }
span { border-color: rgb(91,32,135); }
td.TdClassName
{
border-color: #5B2087;
}
.TagClassName
{
border-color: #5B2087;
}
</style>