Shades of Kingfisher Daisy #5C2881
Tints of Kingfisher Daisy #5C2881
RGB
CMYK
RGB Variations
Color information
#5C2881 (or 0x5C2881) is known color: Kingfisher Daisy. HEX triplet: 5C, 28 and 81. RGB value is (92,40,129). Sum of RGB (Red+Green+Blue) = 92+40+129=261 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.25% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #5C2881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2881 is #A3D77E. Grayscale: #414141. Windows color (decimal): -10737535 or 8464476. OLE color: 8464476.
HSL color Cylindrical-coordinate representation of color #5C2881: hue angle of 275.06º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C2881 is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 92 | 40 | 129 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.49 |
| HSL | 275.06º | 0.53% | 0.33% | - |
| HSV(B) | 275.06º | 0.69% | 0.51% | - |
| XYZ | 9.13 | 5.38 | 21.33 | - |
| YUV | 65.69 | 163.73 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 40 | 129 | 0.29 | 0.69 | 0 | 0.49 | 275.06 | 0.53 | 0.33 |
| Hex | 5C | 28 | 81 | 1D | 45 | 0 | 31 | 113 | 35 | 21 |
| Octal | 134 | 50 | 201 | 35 | 105 | 0 | 61 | 423 | 65 | 41 |
| Binary | 1011100 | 101000 | 10000001 | 11101 | 1000101 | 0 | 110001 | 100010011 | 110101 | 100001 |
Color Harmonies of #5C2881
Complementary color
Monochromatic Colors of #5C2881
Black with #5C2881
Text Example
Text Example
White with #5C2881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2881; }
p { color: rgb(92,40,129); }
H1.HeaderClassName
{
color: #5C2881;
}
.AnyTagClassName
{
color: #5C2881;
}
</style>
background-color css
<style>
a { background-color: #5C2881; }
a { background-color: rgb(92,40,129); }
div.DivClassName
{
background-color: #5C2881;
}
.BgClassName
{
background-color: #5C2881;
}
</style>
border-color css
<style>
span { border-color: #5C2881; }
span { border-color: rgb(92,40,129); }
td.TdClassName
{
border-color: #5C2881;
}
.TagClassName
{
border-color: #5C2881;
}
</style>