Shades of Kingfisher Daisy #5C3381
Tints of Kingfisher Daisy #5C3381
RGB
CMYK
RGB Variations
Color information
#5C3381 (or 0x5C3381) is known color: Kingfisher Daisy. HEX triplet: 5C, 33 and 81. RGB value is (92,51,129). Sum of RGB (Red+Green+Blue) = 92+51+129=272 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.82% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 129 (50.78% from 255 or 47.43% from 272); Max value from RGB is 129 - color contains mainly: blue. Hex color #5C3381 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3381 is #A3CC7E. Grayscale: #474747. Windows color (decimal): -10734719 or 8467292. OLE color: 8467292.
HSL color Cylindrical-coordinate representation of color #5C3381: hue angle of 271.54º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5C3381 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 92 | 51 | 129 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.49 |
| HSL | 271.54º | 0.43% | 0.35% | - |
| HSV(B) | 271.54º | 0.6% | 0.51% | - |
| XYZ | 9.56 | 6.23 | 21.47 | - |
| YUV | 72.15 | 160.08 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 51 | 129 | 0.29 | 0.60 | 0 | 0.49 | 271.54 | 0.43 | 0.35 |
| Hex | 5C | 33 | 81 | 1D | 3C | 0 | 31 | 110 | 2B | 23 |
| Octal | 134 | 63 | 201 | 35 | 74 | 0 | 61 | 420 | 53 | 43 |
| Binary | 1011100 | 110011 | 10000001 | 11101 | 111100 | 0 | 110001 | 100010000 | 101011 | 100011 |
Color Harmonies of #5C3381
Complementary color
Monochromatic Colors of #5C3381
Black with #5C3381
Text Example
Text Example
White with #5C3381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3381; }
p { color: rgb(92,51,129); }
H1.HeaderClassName
{
color: #5C3381;
}
.AnyTagClassName
{
color: #5C3381;
}
</style>
background-color css
<style>
a { background-color: #5C3381; }
a { background-color: rgb(92,51,129); }
div.DivClassName
{
background-color: #5C3381;
}
.BgClassName
{
background-color: #5C3381;
}
</style>
border-color css
<style>
span { border-color: #5C3381; }
span { border-color: rgb(92,51,129); }
td.TdClassName
{
border-color: #5C3381;
}
.TagClassName
{
border-color: #5C3381;
}
</style>