Shades of Kingfisher Daisy #59307B
Tints of Kingfisher Daisy #59307B
RGB
CMYK
RGB Variations
Color information
#59307B (or 0x59307B) is known color: Kingfisher Daisy. HEX triplet: 59, 30 and 7B. RGB value is (89,48,123). Sum of RGB (Red+Green+Blue) = 89+48+123=260 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.23% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #59307B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59307B is #A6CF84. Grayscale: #444444. Windows color (decimal): -10932101 or 8073305. OLE color: 8073305.
HSL color Cylindrical-coordinate representation of color #59307B: hue angle of 272.8º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59307B is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 89 | 48 | 123 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.52 |
| HSL | 272.8º | 0.44% | 0.34% | - |
| HSV(B) | 272.8º | 0.61% | 0.48% | - |
| XYZ | 8.75 | 5.67 | 19.37 | - |
| YUV | 68.81 | 158.58 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 48 | 123 | 0.28 | 0.61 | 0 | 0.52 | 272.8 | 0.44 | 0.34 |
| Hex | 59 | 30 | 7B | 1C | 3D | 0 | 34 | 111 | 2C | 22 |
| Octal | 131 | 60 | 173 | 34 | 75 | 0 | 64 | 421 | 54 | 42 |
| Binary | 1011001 | 110000 | 1111011 | 11100 | 111101 | 0 | 110100 | 100010001 | 101100 | 100010 |
Color Harmonies of #59307B
Complementary color
Monochromatic Colors of #59307B
Black with #59307B
Text Example
Text Example
White with #59307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59307B; }
p { color: rgb(89,48,123); }
H1.HeaderClassName
{
color: #59307B;
}
.AnyTagClassName
{
color: #59307B;
}
</style>
background-color css
<style>
a { background-color: #59307B; }
a { background-color: rgb(89,48,123); }
div.DivClassName
{
background-color: #59307B;
}
.BgClassName
{
background-color: #59307B;
}
</style>
border-color css
<style>
span { border-color: #59307B; }
span { border-color: rgb(89,48,123); }
td.TdClassName
{
border-color: #59307B;
}
.TagClassName
{
border-color: #59307B;
}
</style>