Shades of Kingfisher Daisy #5C407E
Tints of Kingfisher Daisy #5C407E
RGB
CMYK
RGB Variations
Color information
#5C407E (or 0x5C407E) is known color: Kingfisher Daisy. HEX triplet: 5C, 40 and 7E. RGB value is (92,64,126). Sum of RGB (Red+Green+Blue) = 92+64+126=282 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.62% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 126 - color contains mainly: blue. Hex color #5C407E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C407E is #A3BF81. Grayscale: #4F4F4F. Windows color (decimal): -10731394 or 8274012. OLE color: 8274012.
HSL color Cylindrical-coordinate representation of color #5C407E: hue angle of 267.1º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C407E is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 64 | 126 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.51 |
| HSL | 267.1º | 0.33% | 0.37% | - |
| HSV(B) | 267.1º | 0.49% | 0.49% | - |
| XYZ | 10.01 | 7.45 | 20.65 | - |
| YUV | 79.44 | 154.28 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 64 | 126 | 0.27 | 0.49 | 0 | 0.51 | 267.1 | 0.33 | 0.37 |
| Hex | 5C | 40 | 7E | 1B | 31 | 0 | 33 | 10B | 21 | 25 |
| Octal | 134 | 100 | 176 | 33 | 61 | 0 | 63 | 413 | 41 | 45 |
| Binary | 1011100 | 1000000 | 1111110 | 11011 | 110001 | 0 | 110011 | 100001011 | 100001 | 100101 |
Color Harmonies of #5C407E
Complementary color
Monochromatic Colors of #5C407E
Black with #5C407E
Text Example
Text Example
White with #5C407E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C407E; }
p { color: rgb(92,64,126); }
H1.HeaderClassName
{
color: #5C407E;
}
.AnyTagClassName
{
color: #5C407E;
}
</style>
background-color css
<style>
a { background-color: #5C407E; }
a { background-color: rgb(92,64,126); }
div.DivClassName
{
background-color: #5C407E;
}
.BgClassName
{
background-color: #5C407E;
}
</style>
border-color css
<style>
span { border-color: #5C407E; }
span { border-color: rgb(92,64,126); }
td.TdClassName
{
border-color: #5C407E;
}
.TagClassName
{
border-color: #5C407E;
}
</style>