Shades of Kingfisher Daisy #523E79
Tints of Kingfisher Daisy #523E79
RGB
CMYK
RGB Variations
Color information
#523E79 (or 0x523E79) is known color: Kingfisher Daisy. HEX triplet: 52, 3E and 79. RGB value is (82,62,121). Sum of RGB (Red+Green+Blue) = 82+62+121=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 121 - color contains mainly: blue. Hex color #523E79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523E79 is #ADC186. Grayscale: #4A4A4A. Windows color (decimal): -11387271 or 7945810. OLE color: 7945810.
HSL color Cylindrical-coordinate representation of color #523E79: hue angle of 260.34º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #523E79 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 62 | 121 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.53 |
| HSL | 260.34º | 0.32% | 0.36% | - |
| HSV(B) | 260.34º | 0.49% | 0.47% | - |
| XYZ | 8.65 | 6.62 | 18.91 | - |
| YUV | 74.71 | 154.13 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 62 | 121 | 0.32 | 0.49 | 0 | 0.53 | 260.34 | 0.32 | 0.36 |
| Hex | 52 | 3E | 79 | 20 | 31 | 0 | 35 | 104 | 20 | 24 |
| Octal | 122 | 76 | 171 | 40 | 61 | 0 | 65 | 404 | 40 | 44 |
| Binary | 1010010 | 111110 | 1111001 | 100000 | 110001 | 0 | 110101 | 100000100 | 100000 | 100100 |
Color Harmonies of #523E79
Complementary color
Monochromatic Colors of #523E79
Black with #523E79
Text Example
Text Example
White with #523E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523E79; }
p { color: rgb(82,62,121); }
H1.HeaderClassName
{
color: #523E79;
}
.AnyTagClassName
{
color: #523E79;
}
</style>
background-color css
<style>
a { background-color: #523E79; }
a { background-color: rgb(82,62,121); }
div.DivClassName
{
background-color: #523E79;
}
.BgClassName
{
background-color: #523E79;
}
</style>
border-color css
<style>
span { border-color: #523E79; }
span { border-color: rgb(82,62,121); }
td.TdClassName
{
border-color: #523E79;
}
.TagClassName
{
border-color: #523E79;
}
</style>