Shades of Kingfisher Daisy #523B7C
Tints of Kingfisher Daisy #523B7C
RGB
CMYK
RGB Variations
Color information
#523B7C (or 0x523B7C) is known color: Kingfisher Daisy. HEX triplet: 52, 3B and 7C. RGB value is (82,59,124). Sum of RGB (Red+Green+Blue) = 82+59+124=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #523B7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523B7C is #ADC483. Grayscale: #494949. Windows color (decimal): -11388036 or 8141650. OLE color: 8141650.
HSL color Cylindrical-coordinate representation of color #523B7C: hue angle of 261.23º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #523B7C is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 59 | 124 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.51 |
| HSL | 261.23º | 0.36% | 0.36% | - |
| HSV(B) | 261.23º | 0.52% | 0.49% | - |
| XYZ | 8.68 | 6.38 | 19.84 | - |
| YUV | 73.29 | 156.62 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 59 | 124 | 0.34 | 0.52 | 0 | 0.51 | 261.23 | 0.36 | 0.36 |
| Hex | 52 | 3B | 7C | 22 | 34 | 0 | 33 | 105 | 24 | 24 |
| Octal | 122 | 73 | 174 | 42 | 64 | 0 | 63 | 405 | 44 | 44 |
| Binary | 1010010 | 111011 | 1111100 | 100010 | 110100 | 0 | 110011 | 100000101 | 100100 | 100100 |
Color Harmonies of #523B7C
Complementary color
Monochromatic Colors of #523B7C
Black with #523B7C
Text Example
Text Example
White with #523B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523B7C; }
p { color: rgb(82,59,124); }
H1.HeaderClassName
{
color: #523B7C;
}
.AnyTagClassName
{
color: #523B7C;
}
</style>
background-color css
<style>
a { background-color: #523B7C; }
a { background-color: rgb(82,59,124); }
div.DivClassName
{
background-color: #523B7C;
}
.BgClassName
{
background-color: #523B7C;
}
</style>
border-color css
<style>
span { border-color: #523B7C; }
span { border-color: rgb(82,59,124); }
td.TdClassName
{
border-color: #523B7C;
}
.TagClassName
{
border-color: #523B7C;
}
</style>