Shades of Kingfisher Daisy #58348B
Tints of Kingfisher Daisy #58348B
RGB
CMYK
RGB Variations
Color information
#58348B (or 0x58348B) is known color: Kingfisher Daisy. HEX triplet: 58, 34 and 8B. RGB value is (88,52,139). Sum of RGB (Red+Green+Blue) = 88+52+139=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #58348B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58348B is #A7CB74. Grayscale: #484848. Windows color (decimal): -10996597 or 9122904. OLE color: 9122904.
HSL color Cylindrical-coordinate representation of color #58348B: hue angle of 264.83º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #58348B is Cyan = 0.37, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 52 | 139 | - |
| CMYK | 0.37 | 0.63 | 0 | 0.45 |
| HSL | 264.83º | 0.46% | 0.37% | - |
| HSV(B) | 264.83º | 0.63% | 0.55% | - |
| XYZ | 9.91 | 6.39 | 25.14 | - |
| YUV | 72.68 | 165.43 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 52 | 139 | 0.37 | 0.63 | 0 | 0.45 | 264.83 | 0.46 | 0.37 |
| Hex | 58 | 34 | 8B | 25 | 3F | 0 | 2D | 109 | 2E | 25 |
| Octal | 130 | 64 | 213 | 45 | 77 | 0 | 55 | 411 | 56 | 45 |
| Binary | 1011000 | 110100 | 10001011 | 100101 | 111111 | 0 | 101101 | 100001001 | 101110 | 100101 |
Color Harmonies of #58348B
Complementary color
Monochromatic Colors of #58348B
Black with #58348B
Text Example
Text Example
White with #58348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58348B; }
p { color: rgb(88,52,139); }
H1.HeaderClassName
{
color: #58348B;
}
.AnyTagClassName
{
color: #58348B;
}
</style>
background-color css
<style>
a { background-color: #58348B; }
a { background-color: rgb(88,52,139); }
div.DivClassName
{
background-color: #58348B;
}
.BgClassName
{
background-color: #58348B;
}
</style>
border-color css
<style>
span { border-color: #58348B; }
span { border-color: rgb(88,52,139); }
td.TdClassName
{
border-color: #58348B;
}
.TagClassName
{
border-color: #58348B;
}
</style>