Shades of Kingfisher Daisy #5A307F
Tints of Kingfisher Daisy #5A307F
RGB
CMYK
RGB Variations
Color information
#5A307F (or 0x5A307F) is known color: Kingfisher Daisy. HEX triplet: 5A, 30 and 7F. RGB value is (90,48,127). Sum of RGB (Red+Green+Blue) = 90+48+127=265 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.96% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 127 (50% from 255 or 47.92% from 265); Max value from RGB is 127 - color contains mainly: blue. Hex color #5A307F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A307F is #A5CF80. Grayscale: #454545. Windows color (decimal): -10866561 or 8335450. OLE color: 8335450.
HSL color Cylindrical-coordinate representation of color #5A307F: hue angle of 271.9º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A307F is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 90 | 48 | 127 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.50 |
| HSL | 271.9º | 0.45% | 0.34% | - |
| HSV(B) | 271.9º | 0.62% | 0.5% | - |
| XYZ | 9.1 | 5.82 | 20.72 | - |
| YUV | 69.56 | 160.41 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 48 | 127 | 0.29 | 0.62 | 0 | 0.50 | 271.9 | 0.45 | 0.34 |
| Hex | 5A | 30 | 7F | 1D | 3E | 0 | 32 | 110 | 2D | 22 |
| Octal | 132 | 60 | 177 | 35 | 76 | 0 | 62 | 420 | 55 | 42 |
| Binary | 1011010 | 110000 | 1111111 | 11101 | 111110 | 0 | 110010 | 100010000 | 101101 | 100010 |
Color Harmonies of #5A307F
Complementary color
Monochromatic Colors of #5A307F
Black with #5A307F
Text Example
Text Example
White with #5A307F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A307F; }
p { color: rgb(90,48,127); }
H1.HeaderClassName
{
color: #5A307F;
}
.AnyTagClassName
{
color: #5A307F;
}
</style>
background-color css
<style>
a { background-color: #5A307F; }
a { background-color: rgb(90,48,127); }
div.DivClassName
{
background-color: #5A307F;
}
.BgClassName
{
background-color: #5A307F;
}
</style>
border-color css
<style>
span { border-color: #5A307F; }
span { border-color: rgb(90,48,127); }
td.TdClassName
{
border-color: #5A307F;
}
.TagClassName
{
border-color: #5A307F;
}
</style>