Shades of Kingfisher Daisy #58257B
Tints of Kingfisher Daisy #58257B
RGB
CMYK
RGB Variations
Color information
#58257B (or 0x58257B) is known color: Kingfisher Daisy. HEX triplet: 58, 25 and 7B. RGB value is (88,37,123). Sum of RGB (Red+Green+Blue) = 88+37+123=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #58257B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58257B is #A7DA84. Grayscale: #3D3D3D. Windows color (decimal): -11000453 or 8070488. OLE color: 8070488.
HSL color Cylindrical-coordinate representation of color #58257B: hue angle of 275.58º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58257B is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 88 | 37 | 123 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.52 |
| HSL | 275.58º | 0.54% | 0.31% | - |
| HSV(B) | 275.58º | 0.7% | 0.48% | - |
| XYZ | 8.26 | 4.83 | 19.24 | - |
| YUV | 62.05 | 162.4 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 37 | 123 | 0.28 | 0.70 | 0 | 0.52 | 275.58 | 0.54 | 0.31 |
| Hex | 58 | 25 | 7B | 1C | 46 | 0 | 34 | 114 | 36 | 1F |
| Octal | 130 | 45 | 173 | 34 | 106 | 0 | 64 | 424 | 66 | 37 |
| Binary | 1011000 | 100101 | 1111011 | 11100 | 1000110 | 0 | 110100 | 100010100 | 110110 | 11111 |
Color Harmonies of #58257B
Complementary color
Monochromatic Colors of #58257B
Black with #58257B
Text Example
Text Example
White with #58257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58257B; }
p { color: rgb(88,37,123); }
H1.HeaderClassName
{
color: #58257B;
}
.AnyTagClassName
{
color: #58257B;
}
</style>
background-color css
<style>
a { background-color: #58257B; }
a { background-color: rgb(88,37,123); }
div.DivClassName
{
background-color: #58257B;
}
.BgClassName
{
background-color: #58257B;
}
</style>
border-color css
<style>
span { border-color: #58257B; }
span { border-color: rgb(88,37,123); }
td.TdClassName
{
border-color: #58257B;
}
.TagClassName
{
border-color: #58257B;
}
</style>