Shades of Kingfisher Daisy #5C427A
Tints of Kingfisher Daisy #5C427A
RGB
CMYK
RGB Variations
Color information
#5C427A (or 0x5C427A) is known color: Kingfisher Daisy. HEX triplet: 5C, 42 and 7A. RGB value is (92,66,122). Sum of RGB (Red+Green+Blue) = 92+66+122=280 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.86% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 122 - color contains mainly: blue. Hex color #5C427A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C427A is #A3BD85. Grayscale: #4F4F4F. Windows color (decimal): -10730886 or 8012380. OLE color: 8012380.
HSL color Cylindrical-coordinate representation of color #5C427A: hue angle of 267.86º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C427A is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 66 | 122 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.52 |
| HSL | 267.86º | 0.3% | 0.37% | - |
| HSV(B) | 267.86º | 0.46% | 0.48% | - |
| XYZ | 9.87 | 7.58 | 19.35 | - |
| YUV | 80.16 | 151.61 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 66 | 122 | 0.25 | 0.46 | 0 | 0.52 | 267.86 | 0.3 | 0.37 |
| Hex | 5C | 42 | 7A | 19 | 2E | 0 | 34 | 10C | 1E | 25 |
| Octal | 134 | 102 | 172 | 31 | 56 | 0 | 64 | 414 | 36 | 45 |
| Binary | 1011100 | 1000010 | 1111010 | 11001 | 101110 | 0 | 110100 | 100001100 | 11110 | 100101 |
Color Harmonies of #5C427A
Complementary color
Monochromatic Colors of #5C427A
Black with #5C427A
Text Example
Text Example
White with #5C427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C427A; }
p { color: rgb(92,66,122); }
H1.HeaderClassName
{
color: #5C427A;
}
.AnyTagClassName
{
color: #5C427A;
}
</style>
background-color css
<style>
a { background-color: #5C427A; }
a { background-color: rgb(92,66,122); }
div.DivClassName
{
background-color: #5C427A;
}
.BgClassName
{
background-color: #5C427A;
}
</style>
border-color css
<style>
span { border-color: #5C427A; }
span { border-color: rgb(92,66,122); }
td.TdClassName
{
border-color: #5C427A;
}
.TagClassName
{
border-color: #5C427A;
}
</style>