Shades of Kingfisher Daisy #5A2F8A
Tints of Kingfisher Daisy #5A2F8A
RGB
CMYK
RGB Variations
Color information
#5A2F8A (or 0x5A2F8A) is known color: Kingfisher Daisy. HEX triplet: 5A, 2F and 8A. RGB value is (90,47,138). Sum of RGB (Red+Green+Blue) = 90+47+138=275 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.73% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #5A2F8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2F8A is #A5D075. Grayscale: #454545. Windows color (decimal): -10866806 or 9056090. OLE color: 9056090.
HSL color Cylindrical-coordinate representation of color #5A2F8A: hue angle of 268.35º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A2F8A is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 90 | 47 | 138 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.46 |
| HSL | 268.35º | 0.49% | 0.36% | - |
| HSV(B) | 268.35º | 0.66% | 0.54% | - |
| XYZ | 9.82 | 6.04 | 24.69 | - |
| YUV | 70.23 | 166.25 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 47 | 138 | 0.35 | 0.66 | 0 | 0.46 | 268.35 | 0.49 | 0.36 |
| Hex | 5A | 2F | 8A | 23 | 42 | 0 | 2E | 10C | 31 | 24 |
| Octal | 132 | 57 | 212 | 43 | 102 | 0 | 56 | 414 | 61 | 44 |
| Binary | 1011010 | 101111 | 10001010 | 100011 | 1000010 | 0 | 101110 | 100001100 | 110001 | 100100 |
Color Harmonies of #5A2F8A
Complementary color
Monochromatic Colors of #5A2F8A
Black with #5A2F8A
Text Example
Text Example
White with #5A2F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2F8A; }
p { color: rgb(90,47,138); }
H1.HeaderClassName
{
color: #5A2F8A;
}
.AnyTagClassName
{
color: #5A2F8A;
}
</style>
background-color css
<style>
a { background-color: #5A2F8A; }
a { background-color: rgb(90,47,138); }
div.DivClassName
{
background-color: #5A2F8A;
}
.BgClassName
{
background-color: #5A2F8A;
}
</style>
border-color css
<style>
span { border-color: #5A2F8A; }
span { border-color: rgb(90,47,138); }
td.TdClassName
{
border-color: #5A2F8A;
}
.TagClassName
{
border-color: #5A2F8A;
}
</style>