Shades of Kingfisher Daisy #5B2F8E
Tints of Kingfisher Daisy #5B2F8E
RGB
CMYK
RGB Variations
Color information
#5B2F8E (or 0x5B2F8E) is known color: Kingfisher Daisy. HEX triplet: 5B, 2F and 8E. RGB value is (91,47,142). Sum of RGB (Red+Green+Blue) = 91+47+142=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #5B2F8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2F8E is #A4D071. Grayscale: #464646. Windows color (decimal): -10801266 or 9318235. OLE color: 9318235.
HSL color Cylindrical-coordinate representation of color #5B2F8E: hue angle of 267.79º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5B2F8E is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 47 | 142 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.44 |
| HSL | 267.79º | 0.5% | 0.37% | - |
| HSV(B) | 267.79º | 0.67% | 0.56% | - |
| XYZ | 10.21 | 6.21 | 26.25 | - |
| YUV | 70.99 | 168.08 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 47 | 142 | 0.36 | 0.67 | 0 | 0.44 | 267.79 | 0.5 | 0.37 |
| Hex | 5B | 2F | 8E | 24 | 43 | 0 | 2C | 10C | 32 | 25 |
| Octal | 133 | 57 | 216 | 44 | 103 | 0 | 54 | 414 | 62 | 45 |
| Binary | 1011011 | 101111 | 10001110 | 100100 | 1000011 | 0 | 101100 | 100001100 | 110010 | 100101 |
Color Harmonies of #5B2F8E
Complementary color
Monochromatic Colors of #5B2F8E
Black with #5B2F8E
Text Example
Text Example
White with #5B2F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2F8E; }
p { color: rgb(91,47,142); }
H1.HeaderClassName
{
color: #5B2F8E;
}
.AnyTagClassName
{
color: #5B2F8E;
}
</style>
background-color css
<style>
a { background-color: #5B2F8E; }
a { background-color: rgb(91,47,142); }
div.DivClassName
{
background-color: #5B2F8E;
}
.BgClassName
{
background-color: #5B2F8E;
}
</style>
border-color css
<style>
span { border-color: #5B2F8E; }
span { border-color: rgb(91,47,142); }
td.TdClassName
{
border-color: #5B2F8E;
}
.TagClassName
{
border-color: #5B2F8E;
}
</style>