Shades of Kingfisher Daisy #523B82
Tints of Kingfisher Daisy #523B82
RGB
CMYK
RGB Variations
Color information
#523B82 (or 0x523B82) is known color: Kingfisher Daisy. HEX triplet: 52, 3B and 82. RGB value is (82,59,130). Sum of RGB (Red+Green+Blue) = 82+59+130=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 59 (23.44% from 255 or 21.77% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #523B82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523B82 is #ADC47D. Grayscale: #494949. Windows color (decimal): -11388030 or 8534866. OLE color: 8534866.
HSL color Cylindrical-coordinate representation of color #523B82: hue angle of 259.44º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #523B82 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 59 | 130 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.49 |
| HSL | 259.44º | 0.38% | 0.37% | - |
| HSV(B) | 259.44º | 0.55% | 0.51% | - |
| XYZ | 9.07 | 6.53 | 21.9 | - |
| YUV | 73.97 | 159.62 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 130 | 0.37 | 0.55 | 0 | 0.49 | 259.44 | 0.38 | 0.37 |
| Hex | 52 | 3B | 82 | 25 | 37 | 0 | 31 | 103 | 26 | 25 |
| Octal | 122 | 73 | 202 | 45 | 67 | 0 | 61 | 403 | 46 | 45 |
| Binary | 1010010 | 111011 | 10000010 | 100101 | 110111 | 0 | 110001 | 100000011 | 100110 | 100101 |
Color Harmonies of #523B82
Complementary color
Monochromatic Colors of #523B82
Black with #523B82
Text Example
Text Example
White with #523B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523B82; }
p { color: rgb(82,59,130); }
H1.HeaderClassName
{
color: #523B82;
}
.AnyTagClassName
{
color: #523B82;
}
</style>
background-color css
<style>
a { background-color: #523B82; }
a { background-color: rgb(82,59,130); }
div.DivClassName
{
background-color: #523B82;
}
.BgClassName
{
background-color: #523B82;
}
</style>
border-color css
<style>
span { border-color: #523B82; }
span { border-color: rgb(82,59,130); }
td.TdClassName
{
border-color: #523B82;
}
.TagClassName
{
border-color: #523B82;
}
</style>