Shades of Kingfisher Daisy #562A8B
Tints of Kingfisher Daisy #562A8B
RGB
CMYK
RGB Variations
Color information
#562A8B (or 0x562A8B) is known color: Kingfisher Daisy. HEX triplet: 56, 2A and 8B. RGB value is (86,42,139). Sum of RGB (Red+Green+Blue) = 86+42+139=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 139 (54.69% from 255 or 52.06% from 267); Max value from RGB is 139 - color contains mainly: blue. Hex color #562A8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562A8B is #A9D574. Grayscale: #414141. Windows color (decimal): -11130229 or 9120342. OLE color: 9120342.
HSL color Cylindrical-coordinate representation of color #562A8B: hue angle of 267.22º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #562A8B is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 42 | 139 | - |
| CMYK | 0.38 | 0.70 | 0 | 0.45 |
| HSL | 267.22º | 0.54% | 0.35% | - |
| HSV(B) | 267.22º | 0.7% | 0.55% | - |
| XYZ | 9.33 | 5.5 | 25 | - |
| YUV | 66.21 | 169.08 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 42 | 139 | 0.38 | 0.70 | 0 | 0.45 | 267.22 | 0.54 | 0.35 |
| Hex | 56 | 2A | 8B | 26 | 46 | 0 | 2D | 10B | 36 | 23 |
| Octal | 126 | 52 | 213 | 46 | 106 | 0 | 55 | 413 | 66 | 43 |
| Binary | 1010110 | 101010 | 10001011 | 100110 | 1000110 | 0 | 101101 | 100001011 | 110110 | 100011 |
Color Harmonies of #562A8B
Complementary color
Monochromatic Colors of #562A8B
Black with #562A8B
Text Example
Text Example
White with #562A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562A8B; }
p { color: rgb(86,42,139); }
H1.HeaderClassName
{
color: #562A8B;
}
.AnyTagClassName
{
color: #562A8B;
}
</style>
background-color css
<style>
a { background-color: #562A8B; }
a { background-color: rgb(86,42,139); }
div.DivClassName
{
background-color: #562A8B;
}
.BgClassName
{
background-color: #562A8B;
}
</style>
border-color css
<style>
span { border-color: #562A8B; }
span { border-color: rgb(86,42,139); }
td.TdClassName
{
border-color: #562A8B;
}
.TagClassName
{
border-color: #562A8B;
}
</style>