Shades of Kingfisher Daisy #5F347F
Tints of Kingfisher Daisy #5F347F
RGB
CMYK
RGB Variations
Color information
#5F347F (or 0x5F347F) is known color: Kingfisher Daisy. HEX triplet: 5F, 34 and 7F. RGB value is (95,52,127). Sum of RGB (Red+Green+Blue) = 95+52+127=274 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.67% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 127 - color contains mainly: blue. Hex color #5F347F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F347F is #A0CB80. Grayscale: #494949. Windows color (decimal): -10537857 or 8336479. OLE color: 8336479.
HSL color Cylindrical-coordinate representation of color #5F347F: hue angle of 274.4º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5F347F is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 95 | 52 | 127 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.50 |
| HSL | 274.4º | 0.42% | 0.35% | - |
| HSV(B) | 274.4º | 0.59% | 0.5% | - |
| XYZ | 9.78 | 6.42 | 20.8 | - |
| YUV | 73.41 | 158.25 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 52 | 127 | 0.25 | 0.59 | 0 | 0.50 | 274.4 | 0.42 | 0.35 |
| Hex | 5F | 34 | 7F | 19 | 3B | 0 | 32 | 112 | 2A | 23 |
| Octal | 137 | 64 | 177 | 31 | 73 | 0 | 62 | 422 | 52 | 43 |
| Binary | 1011111 | 110100 | 1111111 | 11001 | 111011 | 0 | 110010 | 100010010 | 101010 | 100011 |
Color Harmonies of #5F347F
Complementary color
Monochromatic Colors of #5F347F
Black with #5F347F
Text Example
Text Example
White with #5F347F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F347F; }
p { color: rgb(95,52,127); }
H1.HeaderClassName
{
color: #5F347F;
}
.AnyTagClassName
{
color: #5F347F;
}
</style>
background-color css
<style>
a { background-color: #5F347F; }
a { background-color: rgb(95,52,127); }
div.DivClassName
{
background-color: #5F347F;
}
.BgClassName
{
background-color: #5F347F;
}
</style>
border-color css
<style>
span { border-color: #5F347F; }
span { border-color: rgb(95,52,127); }
td.TdClassName
{
border-color: #5F347F;
}
.TagClassName
{
border-color: #5F347F;
}
</style>