Shades of Kingfisher Daisy #5A268A
Tints of Kingfisher Daisy #5A268A
RGB
CMYK
RGB Variations
Color information
#5A268A (or 0x5A268A) is known color: Kingfisher Daisy. HEX triplet: 5A, 26 and 8A. RGB value is (90,38,138). Sum of RGB (Red+Green+Blue) = 90+38+138=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #5A268A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A268A is #A5D975. Grayscale: #404040. Windows color (decimal): -10869110 or 9053786. OLE color: 9053786.
HSL color Cylindrical-coordinate representation of color #5A268A: hue angle of 271.2º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A268A is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 38 | 138 | - |
| CMYK | 0.35 | 0.72 | 0 | 0.46 |
| HSL | 271.2º | 0.57% | 0.35% | - |
| HSV(B) | 271.2º | 0.72% | 0.54% | - |
| XYZ | 9.5 | 5.39 | 24.59 | - |
| YUV | 64.95 | 169.23 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 38 | 138 | 0.35 | 0.72 | 0 | 0.46 | 271.2 | 0.57 | 0.35 |
| Hex | 5A | 26 | 8A | 23 | 48 | 0 | 2E | 10F | 39 | 23 |
| Octal | 132 | 46 | 212 | 43 | 110 | 0 | 56 | 417 | 71 | 43 |
| Binary | 1011010 | 100110 | 10001010 | 100011 | 1001000 | 0 | 101110 | 100001111 | 111001 | 100011 |
Color Harmonies of #5A268A
Complementary color
Monochromatic Colors of #5A268A
Black with #5A268A
Text Example
Text Example
White with #5A268A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A268A; }
p { color: rgb(90,38,138); }
H1.HeaderClassName
{
color: #5A268A;
}
.AnyTagClassName
{
color: #5A268A;
}
</style>
background-color css
<style>
a { background-color: #5A268A; }
a { background-color: rgb(90,38,138); }
div.DivClassName
{
background-color: #5A268A;
}
.BgClassName
{
background-color: #5A268A;
}
</style>
border-color css
<style>
span { border-color: #5A268A; }
span { border-color: rgb(90,38,138); }
td.TdClassName
{
border-color: #5A268A;
}
.TagClassName
{
border-color: #5A268A;
}
</style>