Shades of Kingfisher Daisy #5A257B
Tints of Kingfisher Daisy #5A257B
RGB
CMYK
RGB Variations
Color information
#5A257B (or 0x5A257B) is known color: Kingfisher Daisy. HEX triplet: 5A, 25 and 7B. RGB value is (90,37,123). Sum of RGB (Red+Green+Blue) = 90+37+123=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A257B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A257B is #A5DA84. Grayscale: #3E3E3E. Windows color (decimal): -10869381 or 8070490. OLE color: 8070490.
HSL color Cylindrical-coordinate representation of color #5A257B: hue angle of 276.98º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5A257B is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 37 | 123 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.52 |
| HSL | 276.98º | 0.54% | 0.31% | - |
| HSV(B) | 276.98º | 0.7% | 0.48% | - |
| XYZ | 8.45 | 4.93 | 19.24 | - |
| YUV | 62.65 | 162.06 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 37 | 123 | 0.27 | 0.70 | 0 | 0.52 | 276.98 | 0.54 | 0.31 |
| Hex | 5A | 25 | 7B | 1B | 46 | 0 | 34 | 115 | 36 | 1F |
| Octal | 132 | 45 | 173 | 33 | 106 | 0 | 64 | 425 | 66 | 37 |
| Binary | 1011010 | 100101 | 1111011 | 11011 | 1000110 | 0 | 110100 | 100010101 | 110110 | 11111 |
Color Harmonies of #5A257B
Complementary color
Monochromatic Colors of #5A257B
Black with #5A257B
Text Example
Text Example
White with #5A257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A257B; }
p { color: rgb(90,37,123); }
H1.HeaderClassName
{
color: #5A257B;
}
.AnyTagClassName
{
color: #5A257B;
}
</style>
background-color css
<style>
a { background-color: #5A257B; }
a { background-color: rgb(90,37,123); }
div.DivClassName
{
background-color: #5A257B;
}
.BgClassName
{
background-color: #5A257B;
}
</style>
border-color css
<style>
span { border-color: #5A257B; }
span { border-color: rgb(90,37,123); }
td.TdClassName
{
border-color: #5A257B;
}
.TagClassName
{
border-color: #5A257B;
}
</style>