Shades of Kingfisher Daisy #5A1B95
Tints of Kingfisher Daisy #5A1B95
RGB
CMYK
RGB Variations
Color information
#5A1B95 (or 0x5A1B95) is known color: Kingfisher Daisy. HEX triplet: 5A, 1B and 95. RGB value is (90,27,149). Sum of RGB (Red+Green+Blue) = 90+27+149=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #5A1B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1B95 is #A5E46A. Grayscale: #3B3B3B. Windows color (decimal): -10871915 or 9771866. OLE color: 9771866.
HSL color Cylindrical-coordinate representation of color #5A1B95: hue angle of 270.98º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A1B95 is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 27 | 149 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.42 |
| HSL | 270.98º | 0.69% | 0.35% | - |
| HSV(B) | 270.98º | 0.82% | 0.58% | - |
| XYZ | 10.03 | 5.13 | 28.89 | - |
| YUV | 59.75 | 178.37 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 27 | 149 | 0.40 | 0.82 | 0 | 0.42 | 270.98 | 0.69 | 0.35 |
| Hex | 5A | 1B | 95 | 28 | 52 | 0 | 2A | 10F | 45 | 23 |
| Octal | 132 | 33 | 225 | 50 | 122 | 0 | 52 | 417 | 105 | 43 |
| Binary | 1011010 | 11011 | 10010101 | 101000 | 1010010 | 0 | 101010 | 100001111 | 1000101 | 100011 |
Color Harmonies of #5A1B95
Complementary color
Monochromatic Colors of #5A1B95
Black with #5A1B95
Text Example
Text Example
White with #5A1B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1B95; }
p { color: rgb(90,27,149); }
H1.HeaderClassName
{
color: #5A1B95;
}
.AnyTagClassName
{
color: #5A1B95;
}
</style>
background-color css
<style>
a { background-color: #5A1B95; }
a { background-color: rgb(90,27,149); }
div.DivClassName
{
background-color: #5A1B95;
}
.BgClassName
{
background-color: #5A1B95;
}
</style>
border-color css
<style>
span { border-color: #5A1B95; }
span { border-color: rgb(90,27,149); }
td.TdClassName
{
border-color: #5A1B95;
}
.TagClassName
{
border-color: #5A1B95;
}
</style>