Shades of Kingfisher Daisy #5C347C
Tints of Kingfisher Daisy #5C347C
RGB
CMYK
RGB Variations
Color information
#5C347C (or 0x5C347C) is known color: Kingfisher Daisy. HEX triplet: 5C, 34 and 7C. RGB value is (92,52,124). Sum of RGB (Red+Green+Blue) = 92+52+124=268 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.33% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C347C is #A3CB83. Grayscale: #474747. Windows color (decimal): -10734468 or 8139868. OLE color: 8139868.
HSL color Cylindrical-coordinate representation of color #5C347C: hue angle of 273.33º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C347C is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 52 | 124 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.51 |
| HSL | 273.33º | 0.41% | 0.35% | - |
| HSV(B) | 273.33º | 0.58% | 0.49% | - |
| XYZ | 9.28 | 6.19 | 19.77 | - |
| YUV | 72.17 | 157.25 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 52 | 124 | 0.26 | 0.58 | 0 | 0.51 | 273.33 | 0.41 | 0.35 |
| Hex | 5C | 34 | 7C | 1A | 3A | 0 | 33 | 111 | 29 | 23 |
| Octal | 134 | 64 | 174 | 32 | 72 | 0 | 63 | 421 | 51 | 43 |
| Binary | 1011100 | 110100 | 1111100 | 11010 | 111010 | 0 | 110011 | 100010001 | 101001 | 100011 |
Color Harmonies of #5C347C
Complementary color
Monochromatic Colors of #5C347C
Black with #5C347C
Text Example
Text Example
White with #5C347C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C347C; }
p { color: rgb(92,52,124); }
H1.HeaderClassName
{
color: #5C347C;
}
.AnyTagClassName
{
color: #5C347C;
}
</style>
background-color css
<style>
a { background-color: #5C347C; }
a { background-color: rgb(92,52,124); }
div.DivClassName
{
background-color: #5C347C;
}
.BgClassName
{
background-color: #5C347C;
}
</style>
border-color css
<style>
span { border-color: #5C347C; }
span { border-color: rgb(92,52,124); }
td.TdClassName
{
border-color: #5C347C;
}
.TagClassName
{
border-color: #5C347C;
}
</style>