Shades of Kingfisher Daisy #5C207B
Tints of Kingfisher Daisy #5C207B
RGB
CMYK
RGB Variations
Color information
#5C207B (or 0x5C207B) is known color: Kingfisher Daisy. HEX triplet: 5C, 20 and 7B. RGB value is (92,32,123). Sum of RGB (Red+Green+Blue) = 92+32+123=247 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.25% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #5C207B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C207B is #A3DF84. Grayscale: #3C3C3C. Windows color (decimal): -10739589 or 8069212. OLE color: 8069212.
HSL color Cylindrical-coordinate representation of color #5C207B: hue angle of 279.56º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5C207B is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 32 | 123 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.52 |
| HSL | 279.56º | 0.59% | 0.3% | - |
| HSV(B) | 279.56º | 0.74% | 0.48% | - |
| XYZ | 8.51 | 4.74 | 19.21 | - |
| YUV | 60.31 | 163.38 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 32 | 123 | 0.25 | 0.74 | 0 | 0.52 | 279.56 | 0.59 | 0.3 |
| Hex | 5C | 20 | 7B | 19 | 4A | 0 | 34 | 118 | 3B | 1E |
| Octal | 134 | 40 | 173 | 31 | 112 | 0 | 64 | 430 | 73 | 36 |
| Binary | 1011100 | 100000 | 1111011 | 11001 | 1001010 | 0 | 110100 | 100011000 | 111011 | 11110 |
Color Harmonies of #5C207B
Complementary color
Monochromatic Colors of #5C207B
Black with #5C207B
Text Example
Text Example
White with #5C207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C207B; }
p { color: rgb(92,32,123); }
H1.HeaderClassName
{
color: #5C207B;
}
.AnyTagClassName
{
color: #5C207B;
}
</style>
background-color css
<style>
a { background-color: #5C207B; }
a { background-color: rgb(92,32,123); }
div.DivClassName
{
background-color: #5C207B;
}
.BgClassName
{
background-color: #5C207B;
}
</style>
border-color css
<style>
span { border-color: #5C207B; }
span { border-color: rgb(92,32,123); }
td.TdClassName
{
border-color: #5C207B;
}
.TagClassName
{
border-color: #5C207B;
}
</style>