Shades of Kingfisher Daisy #5C4380
Tints of Kingfisher Daisy #5C4380
RGB
CMYK
RGB Variations
Color information
#5C4380 (or 0x5C4380) is known color: Kingfisher Daisy. HEX triplet: 5C, 43 and 80. RGB value is (92,67,128). Sum of RGB (Red+Green+Blue) = 92+67+128=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 128 - color contains mainly: blue. Hex color #5C4380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4380 is #A3BC7F. Grayscale: #515151. Windows color (decimal): -10730624 or 8405852. OLE color: 8405852.
HSL color Cylindrical-coordinate representation of color #5C4380: hue angle of 264.59º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5C4380 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 92 | 67 | 128 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.50 |
| HSL | 264.59º | 0.31% | 0.38% | - |
| HSV(B) | 264.59º | 0.48% | 0.5% | - |
| XYZ | 10.32 | 7.85 | 21.39 | - |
| YUV | 81.43 | 154.28 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 67 | 128 | 0.28 | 0.48 | 0 | 0.50 | 264.59 | 0.31 | 0.38 |
| Hex | 5C | 43 | 80 | 1C | 30 | 0 | 32 | 109 | 1F | 26 |
| Octal | 134 | 103 | 200 | 34 | 60 | 0 | 62 | 411 | 37 | 46 |
| Binary | 1011100 | 1000011 | 10000000 | 11100 | 110000 | 0 | 110010 | 100001001 | 11111 | 100110 |
Color Harmonies of #5C4380
Complementary color
Monochromatic Colors of #5C4380
Black with #5C4380
Text Example
Text Example
White with #5C4380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4380; }
p { color: rgb(92,67,128); }
H1.HeaderClassName
{
color: #5C4380;
}
.AnyTagClassName
{
color: #5C4380;
}
</style>
background-color css
<style>
a { background-color: #5C4380; }
a { background-color: rgb(92,67,128); }
div.DivClassName
{
background-color: #5C4380;
}
.BgClassName
{
background-color: #5C4380;
}
</style>
border-color css
<style>
span { border-color: #5C4380; }
span { border-color: rgb(92,67,128); }
td.TdClassName
{
border-color: #5C4380;
}
.TagClassName
{
border-color: #5C4380;
}
</style>