Shades of Kingfisher Daisy #5C277C
Tints of Kingfisher Daisy #5C277C
RGB
CMYK
RGB Variations
Color information
#5C277C (or 0x5C277C) is known color: Kingfisher Daisy. HEX triplet: 5C, 27 and 7C. RGB value is (92,39,124). Sum of RGB (Red+Green+Blue) = 92+39+124=255 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.08% from 255); Green value is 39 (15.62% from 255 or 15.29% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #5C277C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C277C is #A3D883. Grayscale: #404040. Windows color (decimal): -10737796 or 8136540. OLE color: 8136540.
HSL color Cylindrical-coordinate representation of color #5C277C: hue angle of 277.41º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C277C is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 39 | 124 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.51 |
| HSL | 277.41º | 0.52% | 0.32% | - |
| HSV(B) | 277.41º | 0.69% | 0.49% | - |
| XYZ | 8.78 | 5.18 | 19.61 | - |
| YUV | 64.54 | 161.56 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 39 | 124 | 0.26 | 0.69 | 0 | 0.51 | 277.41 | 0.52 | 0.32 |
| Hex | 5C | 27 | 7C | 1A | 45 | 0 | 33 | 115 | 34 | 20 |
| Octal | 134 | 47 | 174 | 32 | 105 | 0 | 63 | 425 | 64 | 40 |
| Binary | 1011100 | 100111 | 1111100 | 11010 | 1000101 | 0 | 110011 | 100010101 | 110100 | 100000 |
Color Harmonies of #5C277C
Complementary color
Monochromatic Colors of #5C277C
Black with #5C277C
Text Example
Text Example
White with #5C277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C277C; }
p { color: rgb(92,39,124); }
H1.HeaderClassName
{
color: #5C277C;
}
.AnyTagClassName
{
color: #5C277C;
}
</style>
background-color css
<style>
a { background-color: #5C277C; }
a { background-color: rgb(92,39,124); }
div.DivClassName
{
background-color: #5C277C;
}
.BgClassName
{
background-color: #5C277C;
}
</style>
border-color css
<style>
span { border-color: #5C277C; }
span { border-color: rgb(92,39,124); }
td.TdClassName
{
border-color: #5C277C;
}
.TagClassName
{
border-color: #5C277C;
}
</style>