Shades of Kingfisher Daisy #5F3E7C
Tints of Kingfisher Daisy #5F3E7C
RGB
CMYK
RGB Variations
Color information
#5F3E7C (or 0x5F3E7C) is known color: Kingfisher Daisy. HEX triplet: 5F, 3E and 7C. RGB value is (95,62,124). Sum of RGB (Red+Green+Blue) = 95+62+124=281 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.81% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #5F3E7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3E7C is #A0C183. Grayscale: #4E4E4E. Windows color (decimal): -10535300 or 8142431. OLE color: 8142431.
HSL color Cylindrical-coordinate representation of color #5F3E7C: hue angle of 271.94º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F3E7C is Cyan = 0.23, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 62 | 124 | - |
| CMYK | 0.23 | 0.5 | 0 | 0.51 |
| HSL | 271.94º | 0.33% | 0.36% | - |
| HSV(B) | 271.94º | 0.5% | 0.49% | - |
| XYZ | 10.08 | 7.33 | 19.95 | - |
| YUV | 78.94 | 153.43 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 62 | 124 | 0.23 | 0.5 | 0 | 0.51 | 271.94 | 0.33 | 0.36 |
| Hex | 5F | 3E | 7C | 17 | 32 | 0 | 33 | 110 | 21 | 24 |
| Octal | 137 | 76 | 174 | 27 | 62 | 0 | 63 | 420 | 41 | 44 |
| Binary | 1011111 | 111110 | 1111100 | 10111 | 110010 | 0 | 110011 | 100010000 | 100001 | 100100 |
Color Harmonies of #5F3E7C
Complementary color
Monochromatic Colors of #5F3E7C
Black with #5F3E7C
Text Example
Text Example
White with #5F3E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3E7C; }
p { color: rgb(95,62,124); }
H1.HeaderClassName
{
color: #5F3E7C;
}
.AnyTagClassName
{
color: #5F3E7C;
}
</style>
background-color css
<style>
a { background-color: #5F3E7C; }
a { background-color: rgb(95,62,124); }
div.DivClassName
{
background-color: #5F3E7C;
}
.BgClassName
{
background-color: #5F3E7C;
}
</style>
border-color css
<style>
span { border-color: #5F3E7C; }
span { border-color: rgb(95,62,124); }
td.TdClassName
{
border-color: #5F3E7C;
}
.TagClassName
{
border-color: #5F3E7C;
}
</style>