Shades of Kingfisher Daisy #5A308A
Tints of Kingfisher Daisy #5A308A
RGB
CMYK
RGB Variations
Color information
#5A308A (or 0x5A308A) is known color: Kingfisher Daisy. HEX triplet: 5A, 30 and 8A. RGB value is (90,48,138). Sum of RGB (Red+Green+Blue) = 90+48+138=276 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.61% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #5A308A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A308A is #A5CF75. Grayscale: #464646. Windows color (decimal): -10866550 or 9056346. OLE color: 9056346.
HSL color Cylindrical-coordinate representation of color #5A308A: hue angle of 268º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A308A is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 48 | 138 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.46 |
| HSL | 268º | 0.48% | 0.36% | - |
| HSV(B) | 268º | 0.65% | 0.54% | - |
| XYZ | 9.86 | 6.12 | 24.71 | - |
| YUV | 70.82 | 165.91 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 48 | 138 | 0.35 | 0.65 | 0 | 0.46 | 268 | 0.48 | 0.36 |
| Hex | 5A | 30 | 8A | 23 | 41 | 0 | 2E | 10C | 30 | 24 |
| Octal | 132 | 60 | 212 | 43 | 101 | 0 | 56 | 414 | 60 | 44 |
| Binary | 1011010 | 110000 | 10001010 | 100011 | 1000001 | 0 | 101110 | 100001100 | 110000 | 100100 |
Color Harmonies of #5A308A
Complementary color
Monochromatic Colors of #5A308A
Black with #5A308A
Text Example
Text Example
White with #5A308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A308A; }
p { color: rgb(90,48,138); }
H1.HeaderClassName
{
color: #5A308A;
}
.AnyTagClassName
{
color: #5A308A;
}
</style>
background-color css
<style>
a { background-color: #5A308A; }
a { background-color: rgb(90,48,138); }
div.DivClassName
{
background-color: #5A308A;
}
.BgClassName
{
background-color: #5A308A;
}
</style>
border-color css
<style>
span { border-color: #5A308A; }
span { border-color: rgb(90,48,138); }
td.TdClassName
{
border-color: #5A308A;
}
.TagClassName
{
border-color: #5A308A;
}
</style>