Shades of Kingfisher Daisy #5A268E
Tints of Kingfisher Daisy #5A268E
RGB
CMYK
RGB Variations
Color information
#5A268E (or 0x5A268E) is known color: Kingfisher Daisy. HEX triplet: 5A, 26 and 8E. RGB value is (90,38,142). Sum of RGB (Red+Green+Blue) = 90+38+142=270 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.33% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A268E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A268E is #A5D971. Grayscale: #414141. Windows color (decimal): -10869106 or 9315930. OLE color: 9315930.
HSL color Cylindrical-coordinate representation of color #5A268E: hue angle of 270º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A268E is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 38 | 142 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.44 |
| HSL | 270º | 0.58% | 0.35% | - |
| HSV(B) | 270º | 0.73% | 0.56% | - |
| XYZ | 9.79 | 5.51 | 26.14 | - |
| YUV | 65.4 | 171.23 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 38 | 142 | 0.37 | 0.73 | 0 | 0.44 | 270 | 0.58 | 0.35 |
| Hex | 5A | 26 | 8E | 25 | 49 | 0 | 2C | 10E | 3A | 23 |
| Octal | 132 | 46 | 216 | 45 | 111 | 0 | 54 | 416 | 72 | 43 |
| Binary | 1011010 | 100110 | 10001110 | 100101 | 1001001 | 0 | 101100 | 100001110 | 111010 | 100011 |
Color Harmonies of #5A268E
Complementary color
Monochromatic Colors of #5A268E
Black with #5A268E
Text Example
Text Example
White with #5A268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A268E; }
p { color: rgb(90,38,142); }
H1.HeaderClassName
{
color: #5A268E;
}
.AnyTagClassName
{
color: #5A268E;
}
</style>
background-color css
<style>
a { background-color: #5A268E; }
a { background-color: rgb(90,38,142); }
div.DivClassName
{
background-color: #5A268E;
}
.BgClassName
{
background-color: #5A268E;
}
</style>
border-color css
<style>
span { border-color: #5A268E; }
span { border-color: rgb(90,38,142); }
td.TdClassName
{
border-color: #5A268E;
}
.TagClassName
{
border-color: #5A268E;
}
</style>