Shades of Kingfisher Daisy #5F357F
Tints of Kingfisher Daisy #5F357F
RGB
CMYK
RGB Variations
Color information
#5F357F (or 0x5F357F) is known color: Kingfisher Daisy. HEX triplet: 5F, 35 and 7F. RGB value is (95,53,127). Sum of RGB (Red+Green+Blue) = 95+53+127=275 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.55% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #5F357F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F357F is #A0CA80. Grayscale: #494949. Windows color (decimal): -10537601 or 8336735. OLE color: 8336735.
HSL color Cylindrical-coordinate representation of color #5F357F: hue angle of 274.05º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F357F is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 95 | 53 | 127 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.50 |
| HSL | 274.05º | 0.41% | 0.35% | - |
| HSV(B) | 274.05º | 0.58% | 0.5% | - |
| XYZ | 9.82 | 6.51 | 20.82 | - |
| YUV | 73.99 | 157.91 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 53 | 127 | 0.25 | 0.58 | 0 | 0.50 | 274.05 | 0.41 | 0.35 |
| Hex | 5F | 35 | 7F | 19 | 3A | 0 | 32 | 112 | 29 | 23 |
| Octal | 137 | 65 | 177 | 31 | 72 | 0 | 62 | 422 | 51 | 43 |
| Binary | 1011111 | 110101 | 1111111 | 11001 | 111010 | 0 | 110010 | 100010010 | 101001 | 100011 |
Color Harmonies of #5F357F
Complementary color
Monochromatic Colors of #5F357F
Black with #5F357F
Text Example
Text Example
White with #5F357F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F357F; }
p { color: rgb(95,53,127); }
H1.HeaderClassName
{
color: #5F357F;
}
.AnyTagClassName
{
color: #5F357F;
}
</style>
background-color css
<style>
a { background-color: #5F357F; }
a { background-color: rgb(95,53,127); }
div.DivClassName
{
background-color: #5F357F;
}
.BgClassName
{
background-color: #5F357F;
}
</style>
border-color css
<style>
span { border-color: #5F357F; }
span { border-color: rgb(95,53,127); }
td.TdClassName
{
border-color: #5F357F;
}
.TagClassName
{
border-color: #5F357F;
}
</style>