Shades of Kingfisher Daisy #5C1F91
Tints of Kingfisher Daisy #5C1F91
RGB
CMYK
RGB Variations
Color information
#5C1F91 (or 0x5C1F91) is known color: Kingfisher Daisy. HEX triplet: 5C, 1F and 91. RGB value is (92,31,145). Sum of RGB (Red+Green+Blue) = 92+31+145=268 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.33% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #5C1F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C1F91 is #A3E06E. Grayscale: #3D3D3D. Windows color (decimal): -10739823 or 9510748. OLE color: 9510748.
HSL color Cylindrical-coordinate representation of color #5C1F91: hue angle of 272.11º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C1F91 is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 92 | 31 | 145 | - |
| CMYK | 0.37 | 0.79 | 0 | 0.43 |
| HSL | 272.11º | 0.65% | 0.35% | - |
| HSV(B) | 272.11º | 0.79% | 0.57% | - |
| XYZ | 10.01 | 5.3 | 27.28 | - |
| YUV | 62.24 | 174.71 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 31 | 145 | 0.37 | 0.79 | 0 | 0.43 | 272.11 | 0.65 | 0.35 |
| Hex | 5C | 1F | 91 | 25 | 4F | 0 | 2B | 110 | 41 | 23 |
| Octal | 134 | 37 | 221 | 45 | 117 | 0 | 53 | 420 | 101 | 43 |
| Binary | 1011100 | 11111 | 10010001 | 100101 | 1001111 | 0 | 101011 | 100010000 | 1000001 | 100011 |
Color Harmonies of #5C1F91
Complementary color
Monochromatic Colors of #5C1F91
Black with #5C1F91
Text Example
Text Example
White with #5C1F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C1F91; }
p { color: rgb(92,31,145); }
H1.HeaderClassName
{
color: #5C1F91;
}
.AnyTagClassName
{
color: #5C1F91;
}
</style>
background-color css
<style>
a { background-color: #5C1F91; }
a { background-color: rgb(92,31,145); }
div.DivClassName
{
background-color: #5C1F91;
}
.BgClassName
{
background-color: #5C1F91;
}
</style>
border-color css
<style>
span { border-color: #5C1F91; }
span { border-color: rgb(92,31,145); }
td.TdClassName
{
border-color: #5C1F91;
}
.TagClassName
{
border-color: #5C1F91;
}
</style>