Shades of Kingfisher Daisy #523B79
Tints of Kingfisher Daisy #523B79
RGB
CMYK
RGB Variations
Color information
#523B79 (or 0x523B79) is known color: Kingfisher Daisy. HEX triplet: 52, 3B and 79. RGB value is (82,59,121). Sum of RGB (Red+Green+Blue) = 82+59+121=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 59 (23.44% from 255 or 22.52% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 121 - color contains mainly: blue. Hex color #523B79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523B79 is #ADC486. Grayscale: #484848. Windows color (decimal): -11388039 or 7945042. OLE color: 7945042.
HSL color Cylindrical-coordinate representation of color #523B79: hue angle of 262.26º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #523B79 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 82 | 59 | 121 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.53 |
| HSL | 262.26º | 0.34% | 0.35% | - |
| HSV(B) | 262.26º | 0.51% | 0.47% | - |
| XYZ | 8.49 | 6.3 | 18.86 | - |
| YUV | 72.95 | 155.12 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 121 | 0.32 | 0.51 | 0 | 0.53 | 262.26 | 0.34 | 0.35 |
| Hex | 52 | 3B | 79 | 20 | 33 | 0 | 35 | 106 | 22 | 23 |
| Octal | 122 | 73 | 171 | 40 | 63 | 0 | 65 | 406 | 42 | 43 |
| Binary | 1010010 | 111011 | 1111001 | 100000 | 110011 | 0 | 110101 | 100000110 | 100010 | 100011 |
Color Harmonies of #523B79
Complementary color
Monochromatic Colors of #523B79
Black with #523B79
Text Example
Text Example
White with #523B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523B79; }
p { color: rgb(82,59,121); }
H1.HeaderClassName
{
color: #523B79;
}
.AnyTagClassName
{
color: #523B79;
}
</style>
background-color css
<style>
a { background-color: #523B79; }
a { background-color: rgb(82,59,121); }
div.DivClassName
{
background-color: #523B79;
}
.BgClassName
{
background-color: #523B79;
}
</style>
border-color css
<style>
span { border-color: #523B79; }
span { border-color: rgb(82,59,121); }
td.TdClassName
{
border-color: #523B79;
}
.TagClassName
{
border-color: #523B79;
}
</style>