Shades of Kingfisher Daisy #5B337F
Tints of Kingfisher Daisy #5B337F
RGB
CMYK
RGB Variations
Color information
#5B337F (or 0x5B337F) is known color: Kingfisher Daisy. HEX triplet: 5B, 33 and 7F. RGB value is (91,51,127). Sum of RGB (Red+Green+Blue) = 91+51+127=269 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.83% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 127 - color contains mainly: blue. Hex color #5B337F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B337F is #A4CC80. Grayscale: #474747. Windows color (decimal): -10800257 or 8336219. OLE color: 8336219.
HSL color Cylindrical-coordinate representation of color #5B337F: hue angle of 271.58º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B337F is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 91 | 51 | 127 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.50 |
| HSL | 271.58º | 0.43% | 0.35% | - |
| HSV(B) | 271.58º | 0.6% | 0.5% | - |
| XYZ | 9.33 | 6.12 | 20.77 | - |
| YUV | 71.62 | 159.25 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 51 | 127 | 0.28 | 0.60 | 0 | 0.50 | 271.58 | 0.43 | 0.35 |
| Hex | 5B | 33 | 7F | 1C | 3C | 0 | 32 | 110 | 2B | 23 |
| Octal | 133 | 63 | 177 | 34 | 74 | 0 | 62 | 420 | 53 | 43 |
| Binary | 1011011 | 110011 | 1111111 | 11100 | 111100 | 0 | 110010 | 100010000 | 101011 | 100011 |
Color Harmonies of #5B337F
Complementary color
Monochromatic Colors of #5B337F
Black with #5B337F
Text Example
Text Example
White with #5B337F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B337F; }
p { color: rgb(91,51,127); }
H1.HeaderClassName
{
color: #5B337F;
}
.AnyTagClassName
{
color: #5B337F;
}
</style>
background-color css
<style>
a { background-color: #5B337F; }
a { background-color: rgb(91,51,127); }
div.DivClassName
{
background-color: #5B337F;
}
.BgClassName
{
background-color: #5B337F;
}
</style>
border-color css
<style>
span { border-color: #5B337F; }
span { border-color: rgb(91,51,127); }
td.TdClassName
{
border-color: #5B337F;
}
.TagClassName
{
border-color: #5B337F;
}
</style>