Shades of Kingfisher Daisy #5A2F8B
Tints of Kingfisher Daisy #5A2F8B
RGB
CMYK
RGB Variations
Color information
#5A2F8B (or 0x5A2F8B) is known color: Kingfisher Daisy. HEX triplet: 5A, 2F and 8B. RGB value is (90,47,139). Sum of RGB (Red+Green+Blue) = 90+47+139=276 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.61% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #5A2F8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2F8B is #A5D074. Grayscale: #464646. Windows color (decimal): -10866805 or 9121626. OLE color: 9121626.
HSL color Cylindrical-coordinate representation of color #5A2F8B: hue angle of 268.04º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5A2F8B is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 47 | 139 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.45 |
| HSL | 268.04º | 0.49% | 0.36% | - |
| HSV(B) | 268.04º | 0.66% | 0.55% | - |
| XYZ | 9.89 | 6.07 | 25.08 | - |
| YUV | 70.35 | 166.75 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 47 | 139 | 0.35 | 0.66 | 0 | 0.45 | 268.04 | 0.49 | 0.36 |
| Hex | 5A | 2F | 8B | 23 | 42 | 0 | 2D | 10C | 31 | 24 |
| Octal | 132 | 57 | 213 | 43 | 102 | 0 | 55 | 414 | 61 | 44 |
| Binary | 1011010 | 101111 | 10001011 | 100011 | 1000010 | 0 | 101101 | 100001100 | 110001 | 100100 |
Color Harmonies of #5A2F8B
Complementary color
Monochromatic Colors of #5A2F8B
Black with #5A2F8B
Text Example
Text Example
White with #5A2F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2F8B; }
p { color: rgb(90,47,139); }
H1.HeaderClassName
{
color: #5A2F8B;
}
.AnyTagClassName
{
color: #5A2F8B;
}
</style>
background-color css
<style>
a { background-color: #5A2F8B; }
a { background-color: rgb(90,47,139); }
div.DivClassName
{
background-color: #5A2F8B;
}
.BgClassName
{
background-color: #5A2F8B;
}
</style>
border-color css
<style>
span { border-color: #5A2F8B; }
span { border-color: rgb(90,47,139); }
td.TdClassName
{
border-color: #5A2F8B;
}
.TagClassName
{
border-color: #5A2F8B;
}
</style>