Shades of Kingfisher Daisy #5A397E
Tints of Kingfisher Daisy #5A397E
RGB
CMYK
RGB Variations
Color information
#5A397E (or 0x5A397E) is known color: Kingfisher Daisy. HEX triplet: 5A, 39 and 7E. RGB value is (90,57,126). Sum of RGB (Red+Green+Blue) = 90+57+126=273 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.97% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 126 - color contains mainly: blue. Hex color #5A397E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A397E is #A5C681. Grayscale: #4A4A4A. Windows color (decimal): -10864258 or 8272218. OLE color: 8272218.
HSL color Cylindrical-coordinate representation of color #5A397E: hue angle of 268.7º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A397E is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 90 | 57 | 126 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.51 |
| HSL | 268.7º | 0.38% | 0.36% | - |
| HSV(B) | 268.7º | 0.55% | 0.49% | - |
| XYZ | 9.45 | 6.61 | 20.52 | - |
| YUV | 74.73 | 156.93 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 57 | 126 | 0.29 | 0.55 | 0 | 0.51 | 268.7 | 0.38 | 0.36 |
| Hex | 5A | 39 | 7E | 1D | 37 | 0 | 33 | 10D | 26 | 24 |
| Octal | 132 | 71 | 176 | 35 | 67 | 0 | 63 | 415 | 46 | 44 |
| Binary | 1011010 | 111001 | 1111110 | 11101 | 110111 | 0 | 110011 | 100001101 | 100110 | 100100 |
Color Harmonies of #5A397E
Complementary color
Monochromatic Colors of #5A397E
Black with #5A397E
Text Example
Text Example
White with #5A397E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A397E; }
p { color: rgb(90,57,126); }
H1.HeaderClassName
{
color: #5A397E;
}
.AnyTagClassName
{
color: #5A397E;
}
</style>
background-color css
<style>
a { background-color: #5A397E; }
a { background-color: rgb(90,57,126); }
div.DivClassName
{
background-color: #5A397E;
}
.BgClassName
{
background-color: #5A397E;
}
</style>
border-color css
<style>
span { border-color: #5A397E; }
span { border-color: rgb(90,57,126); }
td.TdClassName
{
border-color: #5A397E;
}
.TagClassName
{
border-color: #5A397E;
}
</style>