Shades of Kingfisher Daisy #5B337E
Tints of Kingfisher Daisy #5B337E
RGB
CMYK
RGB Variations
Color information
#5B337E (or 0x5B337E) is known color: Kingfisher Daisy. HEX triplet: 5B, 33 and 7E. RGB value is (91,51,126). Sum of RGB (Red+Green+Blue) = 91+51+126=268 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.96% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 126 (49.61% from 255 or 47.01% from 268); Max value from RGB is 126 - color contains mainly: blue. Hex color #5B337E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B337E is #A4CC81. Grayscale: #474747. Windows color (decimal): -10800258 or 8270683. OLE color: 8270683.
HSL color Cylindrical-coordinate representation of color #5B337E: hue angle of 272º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B337E is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 51 | 126 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.51 |
| HSL | 272º | 0.42% | 0.35% | - |
| HSV(B) | 272º | 0.6% | 0.49% | - |
| XYZ | 9.26 | 6.1 | 20.43 | - |
| YUV | 71.51 | 158.75 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 51 | 126 | 0.28 | 0.60 | 0 | 0.51 | 272 | 0.42 | 0.35 |
| Hex | 5B | 33 | 7E | 1C | 3C | 0 | 33 | 110 | 2A | 23 |
| Octal | 133 | 63 | 176 | 34 | 74 | 0 | 63 | 420 | 52 | 43 |
| Binary | 1011011 | 110011 | 1111110 | 11100 | 111100 | 0 | 110011 | 100010000 | 101010 | 100011 |
Color Harmonies of #5B337E
Complementary color
Monochromatic Colors of #5B337E
Black with #5B337E
Text Example
Text Example
White with #5B337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B337E; }
p { color: rgb(91,51,126); }
H1.HeaderClassName
{
color: #5B337E;
}
.AnyTagClassName
{
color: #5B337E;
}
</style>
background-color css
<style>
a { background-color: #5B337E; }
a { background-color: rgb(91,51,126); }
div.DivClassName
{
background-color: #5B337E;
}
.BgClassName
{
background-color: #5B337E;
}
</style>
border-color css
<style>
span { border-color: #5B337E; }
span { border-color: rgb(91,51,126); }
td.TdClassName
{
border-color: #5B337E;
}
.TagClassName
{
border-color: #5B337E;
}
</style>