Shades of Kingfisher Daisy #5F347D
Tints of Kingfisher Daisy #5F347D
RGB
CMYK
RGB Variations
Color information
#5F347D (or 0x5F347D) is known color: Kingfisher Daisy. HEX triplet: 5F, 34 and 7D. RGB value is (95,52,125). Sum of RGB (Red+Green+Blue) = 95+52+125=272 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.93% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 125 - color contains mainly: blue. Hex color #5F347D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F347D is #A0CB82. Grayscale: #484848. Windows color (decimal): -10537859 or 8205407. OLE color: 8205407.
HSL color Cylindrical-coordinate representation of color #5F347D: hue angle of 275.34º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F347D is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 52 | 125 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.51 |
| HSL | 275.34º | 0.41% | 0.35% | - |
| HSV(B) | 275.34º | 0.58% | 0.49% | - |
| XYZ | 9.65 | 6.37 | 20.12 | - |
| YUV | 73.18 | 157.25 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 52 | 125 | 0.24 | 0.58 | 0 | 0.51 | 275.34 | 0.41 | 0.35 |
| Hex | 5F | 34 | 7D | 18 | 3A | 0 | 33 | 113 | 29 | 23 |
| Octal | 137 | 64 | 175 | 30 | 72 | 0 | 63 | 423 | 51 | 43 |
| Binary | 1011111 | 110100 | 1111101 | 11000 | 111010 | 0 | 110011 | 100010011 | 101001 | 100011 |
Color Harmonies of #5F347D
Complementary color
Monochromatic Colors of #5F347D
Black with #5F347D
Text Example
Text Example
White with #5F347D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F347D; }
p { color: rgb(95,52,125); }
H1.HeaderClassName
{
color: #5F347D;
}
.AnyTagClassName
{
color: #5F347D;
}
</style>
background-color css
<style>
a { background-color: #5F347D; }
a { background-color: rgb(95,52,125); }
div.DivClassName
{
background-color: #5F347D;
}
.BgClassName
{
background-color: #5F347D;
}
</style>
border-color css
<style>
span { border-color: #5F347D; }
span { border-color: rgb(95,52,125); }
td.TdClassName
{
border-color: #5F347D;
}
.TagClassName
{
border-color: #5F347D;
}
</style>