Shades of Kingfisher Daisy #5C2A92
Tints of Kingfisher Daisy #5C2A92
RGB
CMYK
RGB Variations
Color information
#5C2A92 (or 0x5C2A92) is known color: Kingfisher Daisy. HEX triplet: 5C, 2A and 92. RGB value is (92,42,146). Sum of RGB (Red+Green+Blue) = 92+42+146=280 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.86% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #5C2A92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2A92 is #A3D56D. Grayscale: #444444. Windows color (decimal): -10737006 or 9579100. OLE color: 9579100.
HSL color Cylindrical-coordinate representation of color #5C2A92: hue angle of 268.85º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5C2A92 is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 92 | 42 | 146 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.43 |
| HSL | 268.85º | 0.55% | 0.37% | - |
| HSV(B) | 268.85º | 0.71% | 0.57% | - |
| XYZ | 10.43 | 6.01 | 27.8 | - |
| YUV | 68.81 | 171.57 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 42 | 146 | 0.37 | 0.71 | 0 | 0.43 | 268.85 | 0.55 | 0.37 |
| Hex | 5C | 2A | 92 | 25 | 47 | 0 | 2B | 10D | 37 | 25 |
| Octal | 134 | 52 | 222 | 45 | 107 | 0 | 53 | 415 | 67 | 45 |
| Binary | 1011100 | 101010 | 10010010 | 100101 | 1000111 | 0 | 101011 | 100001101 | 110111 | 100101 |
Color Harmonies of #5C2A92
Complementary color
Monochromatic Colors of #5C2A92
Black with #5C2A92
Text Example
Text Example
White with #5C2A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2A92; }
p { color: rgb(92,42,146); }
H1.HeaderClassName
{
color: #5C2A92;
}
.AnyTagClassName
{
color: #5C2A92;
}
</style>
background-color css
<style>
a { background-color: #5C2A92; }
a { background-color: rgb(92,42,146); }
div.DivClassName
{
background-color: #5C2A92;
}
.BgClassName
{
background-color: #5C2A92;
}
</style>
border-color css
<style>
span { border-color: #5C2A92; }
span { border-color: rgb(92,42,146); }
td.TdClassName
{
border-color: #5C2A92;
}
.TagClassName
{
border-color: #5C2A92;
}
</style>