Shades of Kingfisher Daisy #5F447C
Tints of Kingfisher Daisy #5F447C
RGB
CMYK
RGB Variations
Color information
#5F447C (or 0x5F447C) is known color: Kingfisher Daisy. HEX triplet: 5F, 44 and 7C. RGB value is (95,68,124). Sum of RGB (Red+Green+Blue) = 95+68+124=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #5F447C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F447C is #A0BB83. Grayscale: #525252. Windows color (decimal): -10533764 or 8143967. OLE color: 8143967.
HSL color Cylindrical-coordinate representation of color #5F447C: hue angle of 268.93º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F447C is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 68 | 124 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.51 |
| HSL | 268.93º | 0.29% | 0.38% | - |
| HSV(B) | 268.93º | 0.45% | 0.49% | - |
| XYZ | 10.42 | 8.02 | 20.07 | - |
| YUV | 82.46 | 151.45 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 68 | 124 | 0.23 | 0.45 | 0 | 0.51 | 268.93 | 0.29 | 0.38 |
| Hex | 5F | 44 | 7C | 17 | 2D | 0 | 33 | 10D | 1D | 26 |
| Octal | 137 | 104 | 174 | 27 | 55 | 0 | 63 | 415 | 35 | 46 |
| Binary | 1011111 | 1000100 | 1111100 | 10111 | 101101 | 0 | 110011 | 100001101 | 11101 | 100110 |
Color Harmonies of #5F447C
Complementary color
Monochromatic Colors of #5F447C
Black with #5F447C
Text Example
Text Example
White with #5F447C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F447C; }
p { color: rgb(95,68,124); }
H1.HeaderClassName
{
color: #5F447C;
}
.AnyTagClassName
{
color: #5F447C;
}
</style>
background-color css
<style>
a { background-color: #5F447C; }
a { background-color: rgb(95,68,124); }
div.DivClassName
{
background-color: #5F447C;
}
.BgClassName
{
background-color: #5F447C;
}
</style>
border-color css
<style>
span { border-color: #5F447C; }
span { border-color: rgb(95,68,124); }
td.TdClassName
{
border-color: #5F447C;
}
.TagClassName
{
border-color: #5F447C;
}
</style>