Shades of Kingfisher Daisy #5B417C
Tints of Kingfisher Daisy #5B417C
RGB
CMYK
RGB Variations
Color information
#5B417C (or 0x5B417C) is known color: Kingfisher Daisy. HEX triplet: 5B, 41 and 7C. RGB value is (91,65,124). Sum of RGB (Red+Green+Blue) = 91+65+124=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B417C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B417C is #A4BE83. Grayscale: #4F4F4F. Windows color (decimal): -10796676 or 8143195. OLE color: 8143195.
HSL color Cylindrical-coordinate representation of color #5B417C: hue angle of 266.44º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B417C is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 65 | 124 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.51 |
| HSL | 266.44º | 0.31% | 0.37% | - |
| HSV(B) | 266.44º | 0.48% | 0.49% | - |
| XYZ | 9.84 | 7.46 | 19.99 | - |
| YUV | 79.5 | 153.11 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 65 | 124 | 0.27 | 0.48 | 0 | 0.51 | 266.44 | 0.31 | 0.37 |
| Hex | 5B | 41 | 7C | 1B | 30 | 0 | 33 | 10A | 1F | 25 |
| Octal | 133 | 101 | 174 | 33 | 60 | 0 | 63 | 412 | 37 | 45 |
| Binary | 1011011 | 1000001 | 1111100 | 11011 | 110000 | 0 | 110011 | 100001010 | 11111 | 100101 |
Color Harmonies of #5B417C
Complementary color
Monochromatic Colors of #5B417C
Black with #5B417C
Text Example
Text Example
White with #5B417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B417C; }
p { color: rgb(91,65,124); }
H1.HeaderClassName
{
color: #5B417C;
}
.AnyTagClassName
{
color: #5B417C;
}
</style>
background-color css
<style>
a { background-color: #5B417C; }
a { background-color: rgb(91,65,124); }
div.DivClassName
{
background-color: #5B417C;
}
.BgClassName
{
background-color: #5B417C;
}
</style>
border-color css
<style>
span { border-color: #5B417C; }
span { border-color: rgb(91,65,124); }
td.TdClassName
{
border-color: #5B417C;
}
.TagClassName
{
border-color: #5B417C;
}
</style>