Shades of Kingfisher Daisy #5C2791
Tints of Kingfisher Daisy #5C2791
RGB
CMYK
RGB Variations
Color information
#5C2791 (or 0x5C2791) is known color: Kingfisher Daisy. HEX triplet: 5C, 27 and 91. RGB value is (92,39,145). Sum of RGB (Red+Green+Blue) = 92+39+145=276 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.33% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #5C2791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2791 is #A3D86E. Grayscale: #424242. Windows color (decimal): -10737775 or 9512796. OLE color: 9512796.
HSL color Cylindrical-coordinate representation of color #5C2791: hue angle of 270º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C2791 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 92 | 39 | 145 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.43 |
| HSL | 270º | 0.58% | 0.36% | - |
| HSV(B) | 270º | 0.73% | 0.57% | - |
| XYZ | 10.25 | 5.77 | 27.36 | - |
| YUV | 66.93 | 172.06 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 39 | 145 | 0.37 | 0.73 | 0 | 0.43 | 270 | 0.58 | 0.36 |
| Hex | 5C | 27 | 91 | 25 | 49 | 0 | 2B | 10E | 3A | 24 |
| Octal | 134 | 47 | 221 | 45 | 111 | 0 | 53 | 416 | 72 | 44 |
| Binary | 1011100 | 100111 | 10010001 | 100101 | 1001001 | 0 | 101011 | 100001110 | 111010 | 100100 |
Color Harmonies of #5C2791
Complementary color
Monochromatic Colors of #5C2791
Black with #5C2791
Text Example
Text Example
White with #5C2791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2791; }
p { color: rgb(92,39,145); }
H1.HeaderClassName
{
color: #5C2791;
}
.AnyTagClassName
{
color: #5C2791;
}
</style>
background-color css
<style>
a { background-color: #5C2791; }
a { background-color: rgb(92,39,145); }
div.DivClassName
{
background-color: #5C2791;
}
.BgClassName
{
background-color: #5C2791;
}
</style>
border-color css
<style>
span { border-color: #5C2791; }
span { border-color: rgb(92,39,145); }
td.TdClassName
{
border-color: #5C2791;
}
.TagClassName
{
border-color: #5C2791;
}
</style>