Shades of Kingfisher Daisy #5C397A
Tints of Kingfisher Daisy #5C397A
RGB
CMYK
RGB Variations
Color information
#5C397A (or 0x5C397A) is known color: Kingfisher Daisy. HEX triplet: 5C, 39 and 7A. RGB value is (92,57,122). Sum of RGB (Red+Green+Blue) = 92+57+122=271 (35% of max value = 765). Red value is 92 (36.33% from 255 or 33.95% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 122 - color contains mainly: blue. Hex color #5C397A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C397A is #A3C685. Grayscale: #4A4A4A. Windows color (decimal): -10733190 or 8010076. OLE color: 8010076.
HSL color Cylindrical-coordinate representation of color #5C397A: hue angle of 272.31º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C397A is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 92 | 57 | 122 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.52 |
| HSL | 272.31º | 0.36% | 0.35% | - |
| HSV(B) | 272.31º | 0.53% | 0.48% | - |
| XYZ | 9.39 | 6.61 | 19.19 | - |
| YUV | 74.88 | 154.6 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 57 | 122 | 0.25 | 0.53 | 0 | 0.52 | 272.31 | 0.36 | 0.35 |
| Hex | 5C | 39 | 7A | 19 | 35 | 0 | 34 | 110 | 24 | 23 |
| Octal | 134 | 71 | 172 | 31 | 65 | 0 | 64 | 420 | 44 | 43 |
| Binary | 1011100 | 111001 | 1111010 | 11001 | 110101 | 0 | 110100 | 100010000 | 100100 | 100011 |
Color Harmonies of #5C397A
Complementary color
Monochromatic Colors of #5C397A
Black with #5C397A
Text Example
Text Example
White with #5C397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C397A; }
p { color: rgb(92,57,122); }
H1.HeaderClassName
{
color: #5C397A;
}
.AnyTagClassName
{
color: #5C397A;
}
</style>
background-color css
<style>
a { background-color: #5C397A; }
a { background-color: rgb(92,57,122); }
div.DivClassName
{
background-color: #5C397A;
}
.BgClassName
{
background-color: #5C397A;
}
</style>
border-color css
<style>
span { border-color: #5C397A; }
span { border-color: rgb(92,57,122); }
td.TdClassName
{
border-color: #5C397A;
}
.TagClassName
{
border-color: #5C397A;
}
</style>