Shades of Kingfisher Daisy #5B278F
Tints of Kingfisher Daisy #5B278F
RGB
CMYK
RGB Variations
Color information
#5B278F (or 0x5B278F) is known color: Kingfisher Daisy. HEX triplet: 5B, 27 and 8F. RGB value is (91,39,143). Sum of RGB (Red+Green+Blue) = 91+39+143=273 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.33% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 143 (56.25% from 255 or 52.38% from 273); Max value from RGB is 143 - color contains mainly: blue. Hex color #5B278F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B278F is #A4D870. Grayscale: #424242. Windows color (decimal): -10803313 or 9381723. OLE color: 9381723.
HSL color Cylindrical-coordinate representation of color #5B278F: hue angle of 270º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B278F is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 39 | 143 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.44 |
| HSL | 270º | 0.57% | 0.36% | - |
| HSV(B) | 270º | 0.73% | 0.56% | - |
| XYZ | 10 | 5.66 | 26.55 | - |
| YUV | 66.4 | 171.23 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 39 | 143 | 0.36 | 0.73 | 0 | 0.44 | 270 | 0.57 | 0.36 |
| Hex | 5B | 27 | 8F | 24 | 49 | 0 | 2C | 10E | 39 | 24 |
| Octal | 133 | 47 | 217 | 44 | 111 | 0 | 54 | 416 | 71 | 44 |
| Binary | 1011011 | 100111 | 10001111 | 100100 | 1001001 | 0 | 101100 | 100001110 | 111001 | 100100 |
Color Harmonies of #5B278F
Complementary color
Monochromatic Colors of #5B278F
Black with #5B278F
Text Example
Text Example
White with #5B278F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B278F; }
p { color: rgb(91,39,143); }
H1.HeaderClassName
{
color: #5B278F;
}
.AnyTagClassName
{
color: #5B278F;
}
</style>
background-color css
<style>
a { background-color: #5B278F; }
a { background-color: rgb(91,39,143); }
div.DivClassName
{
background-color: #5B278F;
}
.BgClassName
{
background-color: #5B278F;
}
</style>
border-color css
<style>
span { border-color: #5B278F; }
span { border-color: rgb(91,39,143); }
td.TdClassName
{
border-color: #5B278F;
}
.TagClassName
{
border-color: #5B278F;
}
</style>