Shades of Kingfisher Daisy #58407F
Tints of Kingfisher Daisy #58407F
RGB
CMYK
RGB Variations
Color information
#58407F (or 0x58407F) is known color: Kingfisher Daisy. HEX triplet: 58, 40 and 7F. RGB value is (88,64,127). Sum of RGB (Red+Green+Blue) = 88+64+127=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #58407F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58407F is #A7BF80. Grayscale: #4E4E4E. Windows color (decimal): -10993537 or 8339544. OLE color: 8339544.
HSL color Cylindrical-coordinate representation of color #58407F: hue angle of 262.86º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58407F is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 88 | 64 | 127 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.50 |
| HSL | 262.86º | 0.33% | 0.37% | - |
| HSV(B) | 262.86º | 0.5% | 0.5% | - |
| XYZ | 9.69 | 7.27 | 20.97 | - |
| YUV | 78.36 | 155.45 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 64 | 127 | 0.31 | 0.50 | 0 | 0.50 | 262.86 | 0.33 | 0.37 |
| Hex | 58 | 40 | 7F | 1F | 32 | 0 | 32 | 107 | 21 | 25 |
| Octal | 130 | 100 | 177 | 37 | 62 | 0 | 62 | 407 | 41 | 45 |
| Binary | 1011000 | 1000000 | 1111111 | 11111 | 110010 | 0 | 110010 | 100000111 | 100001 | 100101 |
Color Harmonies of #58407F
Complementary color
Monochromatic Colors of #58407F
Black with #58407F
Text Example
Text Example
White with #58407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58407F; }
p { color: rgb(88,64,127); }
H1.HeaderClassName
{
color: #58407F;
}
.AnyTagClassName
{
color: #58407F;
}
</style>
background-color css
<style>
a { background-color: #58407F; }
a { background-color: rgb(88,64,127); }
div.DivClassName
{
background-color: #58407F;
}
.BgClassName
{
background-color: #58407F;
}
</style>
border-color css
<style>
span { border-color: #58407F; }
span { border-color: rgb(88,64,127); }
td.TdClassName
{
border-color: #58407F;
}
.TagClassName
{
border-color: #58407F;
}
</style>