Shades of Kingfisher Daisy #5F497A
Tints of Kingfisher Daisy #5F497A
RGB
CMYK
RGB Variations
Color information
#5F497A (or 0x5F497A) is known color: Kingfisher Daisy. HEX triplet: 5F, 49 and 7A. RGB value is (95,73,122). Sum of RGB (Red+Green+Blue) = 95+73+122=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 122 (48.05% from 255 or 42.07% from 290); Max value from RGB is 122 - color contains mainly: blue. Hex color #5F497A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F497A is #A0B685. Grayscale: #545454. Windows color (decimal): -10532486 or 8014175. OLE color: 8014175.
HSL color Cylindrical-coordinate representation of color #5F497A: hue angle of 266.94º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F497A is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 95 | 73 | 122 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.52 |
| HSL | 266.94º | 0.25% | 0.38% | - |
| HSV(B) | 266.94º | 0.4% | 0.48% | - |
| XYZ | 10.61 | 8.6 | 19.51 | - |
| YUV | 85.16 | 148.79 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 73 | 122 | 0.22 | 0.40 | 0 | 0.52 | 266.94 | 0.25 | 0.38 |
| Hex | 5F | 49 | 7A | 16 | 28 | 0 | 34 | 10B | 19 | 26 |
| Octal | 137 | 111 | 172 | 26 | 50 | 0 | 64 | 413 | 31 | 46 |
| Binary | 1011111 | 1001001 | 1111010 | 10110 | 101000 | 0 | 110100 | 100001011 | 11001 | 100110 |
Color Harmonies of #5F497A
Complementary color
Monochromatic Colors of #5F497A
Black with #5F497A
Text Example
Text Example
White with #5F497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F497A; }
p { color: rgb(95,73,122); }
H1.HeaderClassName
{
color: #5F497A;
}
.AnyTagClassName
{
color: #5F497A;
}
</style>
background-color css
<style>
a { background-color: #5F497A; }
a { background-color: rgb(95,73,122); }
div.DivClassName
{
background-color: #5F497A;
}
.BgClassName
{
background-color: #5F497A;
}
</style>
border-color css
<style>
span { border-color: #5F497A; }
span { border-color: rgb(95,73,122); }
td.TdClassName
{
border-color: #5F497A;
}
.TagClassName
{
border-color: #5F497A;
}
</style>