Shades of Kingfisher Daisy #562E88
Tints of Kingfisher Daisy #562E88
RGB
CMYK
RGB Variations
Color information
#562E88 (or 0x562E88) is known color: Kingfisher Daisy. HEX triplet: 56, 2E and 88. RGB value is (86,46,136). Sum of RGB (Red+Green+Blue) = 86+46+136=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 136 (53.52% from 255 or 50.75% from 268); Max value from RGB is 136 - color contains mainly: blue. Hex color #562E88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #562E88 is #A9D177. Grayscale: #434343. Windows color (decimal): -11129208 or 8924758. OLE color: 8924758.
HSL color Cylindrical-coordinate representation of color #562E88: hue angle of 266.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #562E88 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 46 | 136 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.47 |
| HSL | 266.67º | 0.49% | 0.36% | - |
| HSV(B) | 266.67º | 0.66% | 0.53% | - |
| XYZ | 9.26 | 5.71 | 23.91 | - |
| YUV | 68.22 | 166.25 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 46 | 136 | 0.37 | 0.66 | 0 | 0.47 | 266.67 | 0.49 | 0.36 |
| Hex | 56 | 2E | 88 | 25 | 42 | 0 | 2F | 10B | 31 | 24 |
| Octal | 126 | 56 | 210 | 45 | 102 | 0 | 57 | 413 | 61 | 44 |
| Binary | 1010110 | 101110 | 10001000 | 100101 | 1000010 | 0 | 101111 | 100001011 | 110001 | 100100 |
Color Harmonies of #562E88
Complementary color
Monochromatic Colors of #562E88
Black with #562E88
Text Example
Text Example
White with #562E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #562E88; }
p { color: rgb(86,46,136); }
H1.HeaderClassName
{
color: #562E88;
}
.AnyTagClassName
{
color: #562E88;
}
</style>
background-color css
<style>
a { background-color: #562E88; }
a { background-color: rgb(86,46,136); }
div.DivClassName
{
background-color: #562E88;
}
.BgClassName
{
background-color: #562E88;
}
</style>
border-color css
<style>
span { border-color: #562E88; }
span { border-color: rgb(86,46,136); }
td.TdClassName
{
border-color: #562E88;
}
.TagClassName
{
border-color: #562E88;
}
</style>