Shades of Kingfisher Daisy #5B3A85
Tints of Kingfisher Daisy #5B3A85
RGB
CMYK
RGB Variations
Color information
#5B3A85 (or 0x5B3A85) is known color: Kingfisher Daisy. HEX triplet: 5B, 3A and 85. RGB value is (91,58,133). Sum of RGB (Red+Green+Blue) = 91+58+133=282 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.27% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #5B3A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B3A85 is #A4C57A. Grayscale: #4C4C4C. Windows color (decimal): -10798459 or 8731227. OLE color: 8731227.
HSL color Cylindrical-coordinate representation of color #5B3A85: hue angle of 266.4º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5B3A85 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 91 | 58 | 133 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.48 |
| HSL | 266.4º | 0.39% | 0.37% | - |
| HSV(B) | 266.4º | 0.56% | 0.52% | - |
| XYZ | 10.06 | 6.94 | 23 | - |
| YUV | 76.42 | 159.93 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 58 | 133 | 0.32 | 0.56 | 0 | 0.48 | 266.4 | 0.39 | 0.37 |
| Hex | 5B | 3A | 85 | 20 | 38 | 0 | 30 | 10A | 27 | 25 |
| Octal | 133 | 72 | 205 | 40 | 70 | 0 | 60 | 412 | 47 | 45 |
| Binary | 1011011 | 111010 | 10000101 | 100000 | 111000 | 0 | 110000 | 100001010 | 100111 | 100101 |
Color Harmonies of #5B3A85
Complementary color
Monochromatic Colors of #5B3A85
Black with #5B3A85
Text Example
Text Example
White with #5B3A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3A85; }
p { color: rgb(91,58,133); }
H1.HeaderClassName
{
color: #5B3A85;
}
.AnyTagClassName
{
color: #5B3A85;
}
</style>
background-color css
<style>
a { background-color: #5B3A85; }
a { background-color: rgb(91,58,133); }
div.DivClassName
{
background-color: #5B3A85;
}
.BgClassName
{
background-color: #5B3A85;
}
</style>
border-color css
<style>
span { border-color: #5B3A85; }
span { border-color: rgb(91,58,133); }
td.TdClassName
{
border-color: #5B3A85;
}
.TagClassName
{
border-color: #5B3A85;
}
</style>