Shades of Kingfisher Daisy #581D8B
Tints of Kingfisher Daisy #581D8B
RGB
CMYK
RGB Variations
Color information
#581D8B (or 0x581D8B) is known color: Kingfisher Daisy. HEX triplet: 58, 1D and 8B. RGB value is (88,29,139). Sum of RGB (Red+Green+Blue) = 88+29+139=256 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.38% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #581D8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #581D8B is #A7E274. Grayscale: #3A3A3A. Windows color (decimal): -11002485 or 9117016. OLE color: 9117016.
HSL color Cylindrical-coordinate representation of color #581D8B: hue angle of 272.18º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #581D8B is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 29 | 139 | - |
| CMYK | 0.37 | 0.79 | 0 | 0.45 |
| HSL | 272.18º | 0.65% | 0.33% | - |
| HSV(B) | 272.18º | 0.79% | 0.55% | - |
| XYZ | 9.12 | 4.82 | 24.88 | - |
| YUV | 59.18 | 173.05 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 29 | 139 | 0.37 | 0.79 | 0 | 0.45 | 272.18 | 0.65 | 0.33 |
| Hex | 58 | 1D | 8B | 25 | 4F | 0 | 2D | 110 | 41 | 21 |
| Octal | 130 | 35 | 213 | 45 | 117 | 0 | 55 | 420 | 101 | 41 |
| Binary | 1011000 | 11101 | 10001011 | 100101 | 1001111 | 0 | 101101 | 100010000 | 1000001 | 100001 |
Color Harmonies of #581D8B
Complementary color
Monochromatic Colors of #581D8B
Black with #581D8B
Text Example
Text Example
White with #581D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581D8B; }
p { color: rgb(88,29,139); }
H1.HeaderClassName
{
color: #581D8B;
}
.AnyTagClassName
{
color: #581D8B;
}
</style>
background-color css
<style>
a { background-color: #581D8B; }
a { background-color: rgb(88,29,139); }
div.DivClassName
{
background-color: #581D8B;
}
.BgClassName
{
background-color: #581D8B;
}
</style>
border-color css
<style>
span { border-color: #581D8B; }
span { border-color: rgb(88,29,139); }
td.TdClassName
{
border-color: #581D8B;
}
.TagClassName
{
border-color: #581D8B;
}
</style>