Shades of Kingfisher Daisy #5C347A
Tints of Kingfisher Daisy #5C347A
RGB
CMYK
RGB Variations
Color information
#5C347A (or 0x5C347A) is known color: Kingfisher Daisy. HEX triplet: 5C, 34 and 7A. RGB value is (92,52,122). Sum of RGB (Red+Green+Blue) = 92+52+122=266 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.59% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 122 - color contains mainly: blue. Hex color #5C347A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C347A is #A3CB85. Grayscale: #474747. Windows color (decimal): -10734470 or 8008796. OLE color: 8008796.
HSL color Cylindrical-coordinate representation of color #5C347A: hue angle of 274.29º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5C347A is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 52 | 122 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.52 |
| HSL | 274.29º | 0.4% | 0.34% | - |
| HSV(B) | 274.29º | 0.57% | 0.48% | - |
| XYZ | 9.15 | 6.14 | 19.11 | - |
| YUV | 71.94 | 156.25 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 52 | 122 | 0.25 | 0.57 | 0 | 0.52 | 274.29 | 0.4 | 0.34 |
| Hex | 5C | 34 | 7A | 19 | 39 | 0 | 34 | 112 | 28 | 22 |
| Octal | 134 | 64 | 172 | 31 | 71 | 0 | 64 | 422 | 50 | 42 |
| Binary | 1011100 | 110100 | 1111010 | 11001 | 111001 | 0 | 110100 | 100010010 | 101000 | 100010 |
Color Harmonies of #5C347A
Complementary color
Monochromatic Colors of #5C347A
Black with #5C347A
Text Example
Text Example
White with #5C347A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C347A; }
p { color: rgb(92,52,122); }
H1.HeaderClassName
{
color: #5C347A;
}
.AnyTagClassName
{
color: #5C347A;
}
</style>
background-color css
<style>
a { background-color: #5C347A; }
a { background-color: rgb(92,52,122); }
div.DivClassName
{
background-color: #5C347A;
}
.BgClassName
{
background-color: #5C347A;
}
</style>
border-color css
<style>
span { border-color: #5C347A; }
span { border-color: rgb(92,52,122); }
td.TdClassName
{
border-color: #5C347A;
}
.TagClassName
{
border-color: #5C347A;
}
</style>