Shades of Kingfisher Daisy #5B2E7B
Tints of Kingfisher Daisy #5B2E7B
RGB
CMYK
RGB Variations
Color information
#5B2E7B (or 0x5B2E7B) is known color: Kingfisher Daisy. HEX triplet: 5B, 2E and 7B. RGB value is (91,46,123). Sum of RGB (Red+Green+Blue) = 91+46+123=260 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #5B2E7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2E7B is #A4D184. Grayscale: #434343. Windows color (decimal): -10801541 or 8072795. OLE color: 8072795.
HSL color Cylindrical-coordinate representation of color #5B2E7B: hue angle of 275.06º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B2E7B is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 91 | 46 | 123 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.52 |
| HSL | 275.06º | 0.46% | 0.33% | - |
| HSV(B) | 275.06º | 0.63% | 0.48% | - |
| XYZ | 8.87 | 5.61 | 19.35 | - |
| YUV | 68.23 | 158.91 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 46 | 123 | 0.26 | 0.63 | 0 | 0.52 | 275.06 | 0.46 | 0.33 |
| Hex | 5B | 2E | 7B | 1A | 3F | 0 | 34 | 113 | 2E | 21 |
| Octal | 133 | 56 | 173 | 32 | 77 | 0 | 64 | 423 | 56 | 41 |
| Binary | 1011011 | 101110 | 1111011 | 11010 | 111111 | 0 | 110100 | 100010011 | 101110 | 100001 |
Color Harmonies of #5B2E7B
Complementary color
Monochromatic Colors of #5B2E7B
Black with #5B2E7B
Text Example
Text Example
White with #5B2E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B2E7B; }
p { color: rgb(91,46,123); }
H1.HeaderClassName
{
color: #5B2E7B;
}
.AnyTagClassName
{
color: #5B2E7B;
}
</style>
background-color css
<style>
a { background-color: #5B2E7B; }
a { background-color: rgb(91,46,123); }
div.DivClassName
{
background-color: #5B2E7B;
}
.BgClassName
{
background-color: #5B2E7B;
}
</style>
border-color css
<style>
span { border-color: #5B2E7B; }
span { border-color: rgb(91,46,123); }
td.TdClassName
{
border-color: #5B2E7B;
}
.TagClassName
{
border-color: #5B2E7B;
}
</style>