Shades of Kingfisher Daisy #52397F
Tints of Kingfisher Daisy #52397F
RGB
CMYK
RGB Variations
Color information
#52397F (or 0x52397F) is known color: Kingfisher Daisy. HEX triplet: 52, 39 and 7F. RGB value is (82,57,127). Sum of RGB (Red+Green+Blue) = 82+57+127=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 127 - color contains mainly: blue. Hex color #52397F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52397F is #ADC680. Grayscale: #484848. Windows color (decimal): -11388545 or 8337746. OLE color: 8337746.
HSL color Cylindrical-coordinate representation of color #52397F: hue angle of 261.43º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52397F is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 57 | 127 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.50 |
| HSL | 261.43º | 0.38% | 0.36% | - |
| HSV(B) | 261.43º | 0.55% | 0.5% | - |
| XYZ | 8.77 | 6.25 | 20.82 | - |
| YUV | 72.46 | 158.78 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 57 | 127 | 0.35 | 0.55 | 0 | 0.50 | 261.43 | 0.38 | 0.36 |
| Hex | 52 | 39 | 7F | 23 | 37 | 0 | 32 | 105 | 26 | 24 |
| Octal | 122 | 71 | 177 | 43 | 67 | 0 | 62 | 405 | 46 | 44 |
| Binary | 1010010 | 111001 | 1111111 | 100011 | 110111 | 0 | 110010 | 100000101 | 100110 | 100100 |
Color Harmonies of #52397F
Complementary color
Monochromatic Colors of #52397F
Black with #52397F
Text Example
Text Example
White with #52397F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52397F; }
p { color: rgb(82,57,127); }
H1.HeaderClassName
{
color: #52397F;
}
.AnyTagClassName
{
color: #52397F;
}
</style>
background-color css
<style>
a { background-color: #52397F; }
a { background-color: rgb(82,57,127); }
div.DivClassName
{
background-color: #52397F;
}
.BgClassName
{
background-color: #52397F;
}
</style>
border-color css
<style>
span { border-color: #52397F; }
span { border-color: rgb(82,57,127); }
td.TdClassName
{
border-color: #52397F;
}
.TagClassName
{
border-color: #52397F;
}
</style>