Shades of Kingfisher Daisy #5B3C7C
Tints of Kingfisher Daisy #5B3C7C
RGB
CMYK
RGB Variations
Color information
#5B3C7C (or 0x5B3C7C) is known color: Kingfisher Daisy. HEX triplet: 5B, 3C and 7C. RGB value is (91,60,124). Sum of RGB (Red+Green+Blue) = 91+60+124=275 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.09% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B3C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B3C7C is #A4C383. Grayscale: #4C4C4C. Windows color (decimal): -10797956 or 8141915. OLE color: 8141915.
HSL color Cylindrical-coordinate representation of color #5B3C7C: hue angle of 269.06º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B3C7C is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 60 | 124 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.51 |
| HSL | 269.06º | 0.35% | 0.36% | - |
| HSV(B) | 269.06º | 0.52% | 0.49% | - |
| XYZ | 9.57 | 6.91 | 19.9 | - |
| YUV | 76.57 | 154.77 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 60 | 124 | 0.27 | 0.52 | 0 | 0.51 | 269.06 | 0.35 | 0.36 |
| Hex | 5B | 3C | 7C | 1B | 34 | 0 | 33 | 10D | 23 | 24 |
| Octal | 133 | 74 | 174 | 33 | 64 | 0 | 63 | 415 | 43 | 44 |
| Binary | 1011011 | 111100 | 1111100 | 11011 | 110100 | 0 | 110011 | 100001101 | 100011 | 100100 |
Color Harmonies of #5B3C7C
Complementary color
Monochromatic Colors of #5B3C7C
Black with #5B3C7C
Text Example
Text Example
White with #5B3C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3C7C; }
p { color: rgb(91,60,124); }
H1.HeaderClassName
{
color: #5B3C7C;
}
.AnyTagClassName
{
color: #5B3C7C;
}
</style>
background-color css
<style>
a { background-color: #5B3C7C; }
a { background-color: rgb(91,60,124); }
div.DivClassName
{
background-color: #5B3C7C;
}
.BgClassName
{
background-color: #5B3C7C;
}
</style>
border-color css
<style>
span { border-color: #5B3C7C; }
span { border-color: rgb(91,60,124); }
td.TdClassName
{
border-color: #5B3C7C;
}
.TagClassName
{
border-color: #5B3C7C;
}
</style>