Shades of Kingfisher Daisy #5A238B
Tints of Kingfisher Daisy #5A238B
RGB
CMYK
RGB Variations
Color information
#5A238B (or 0x5A238B) is known color: Kingfisher Daisy. HEX triplet: 5A, 23 and 8B. RGB value is (90,35,139). Sum of RGB (Red+Green+Blue) = 90+35+139=264 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.09% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #5A238B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A238B is #A5DC74. Grayscale: #3E3E3E. Windows color (decimal): -10869877 or 9118554. OLE color: 9118554.
HSL color Cylindrical-coordinate representation of color #5A238B: hue angle of 271.73º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A238B is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 35 | 139 | - |
| CMYK | 0.35 | 0.75 | 0 | 0.45 |
| HSL | 271.73º | 0.6% | 0.34% | - |
| HSV(B) | 271.73º | 0.75% | 0.55% | - |
| XYZ | 9.48 | 5.24 | 24.94 | - |
| YUV | 63.3 | 170.72 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 35 | 139 | 0.35 | 0.75 | 0 | 0.45 | 271.73 | 0.6 | 0.34 |
| Hex | 5A | 23 | 8B | 23 | 4B | 0 | 2D | 110 | 3C | 22 |
| Octal | 132 | 43 | 213 | 43 | 113 | 0 | 55 | 420 | 74 | 42 |
| Binary | 1011010 | 100011 | 10001011 | 100011 | 1001011 | 0 | 101101 | 100010000 | 111100 | 100010 |
Color Harmonies of #5A238B
Complementary color
Monochromatic Colors of #5A238B
Black with #5A238B
Text Example
Text Example
White with #5A238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A238B; }
p { color: rgb(90,35,139); }
H1.HeaderClassName
{
color: #5A238B;
}
.AnyTagClassName
{
color: #5A238B;
}
</style>
background-color css
<style>
a { background-color: #5A238B; }
a { background-color: rgb(90,35,139); }
div.DivClassName
{
background-color: #5A238B;
}
.BgClassName
{
background-color: #5A238B;
}
</style>
border-color css
<style>
span { border-color: #5A238B; }
span { border-color: rgb(90,35,139); }
td.TdClassName
{
border-color: #5A238B;
}
.TagClassName
{
border-color: #5A238B;
}
</style>