Shades of Kingfisher Daisy #5C2583
Tints of Kingfisher Daisy #5C2583
RGB
CMYK
RGB Variations
Color information
#5C2583 (or 0x5C2583) is known color: Kingfisher Daisy. HEX triplet: 5C, 25 and 83. RGB value is (92,37,131). Sum of RGB (Red+Green+Blue) = 92+37+131=260 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.38% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 131 (51.56% from 255 or 50.38% from 260); Max value from RGB is 131 - color contains mainly: blue. Hex color #5C2583 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2583 is #A3DA7C. Grayscale: #3F3F3F. Windows color (decimal): -10738301 or 8594780. OLE color: 8594780.
HSL color Cylindrical-coordinate representation of color #5C2583: hue angle of 275.11º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5C2583 is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 92 | 37 | 131 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.49 |
| HSL | 275.11º | 0.56% | 0.33% | - |
| HSV(B) | 275.11º | 0.72% | 0.51% | - |
| XYZ | 9.17 | 5.24 | 22 | - |
| YUV | 64.16 | 165.72 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 37 | 131 | 0.30 | 0.72 | 0 | 0.49 | 275.11 | 0.56 | 0.33 |
| Hex | 5C | 25 | 83 | 1E | 48 | 0 | 31 | 113 | 38 | 21 |
| Octal | 134 | 45 | 203 | 36 | 110 | 0 | 61 | 423 | 70 | 41 |
| Binary | 1011100 | 100101 | 10000011 | 11110 | 1001000 | 0 | 110001 | 100010011 | 111000 | 100001 |
Color Harmonies of #5C2583
Complementary color
Monochromatic Colors of #5C2583
Black with #5C2583
Text Example
Text Example
White with #5C2583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2583; }
p { color: rgb(92,37,131); }
H1.HeaderClassName
{
color: #5C2583;
}
.AnyTagClassName
{
color: #5C2583;
}
</style>
background-color css
<style>
a { background-color: #5C2583; }
a { background-color: rgb(92,37,131); }
div.DivClassName
{
background-color: #5C2583;
}
.BgClassName
{
background-color: #5C2583;
}
</style>
border-color css
<style>
span { border-color: #5C2583; }
span { border-color: rgb(92,37,131); }
td.TdClassName
{
border-color: #5C2583;
}
.TagClassName
{
border-color: #5C2583;
}
</style>