Shades of Kingfisher Daisy #5C2A85
Tints of Kingfisher Daisy #5C2A85
RGB
CMYK
RGB Variations
Color information
#5C2A85 (or 0x5C2A85) is known color: Kingfisher Daisy. HEX triplet: 5C, 2A and 85. RGB value is (92,42,133). Sum of RGB (Red+Green+Blue) = 92+42+133=267 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.46% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #5C2A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C2A85 is #A3D57A. Grayscale: #434343. Windows color (decimal): -10737019 or 8727132. OLE color: 8727132.
HSL color Cylindrical-coordinate representation of color #5C2A85: hue angle of 272.97º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C2A85 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 42 | 133 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.48 |
| HSL | 272.97º | 0.52% | 0.34% | - |
| HSV(B) | 272.97º | 0.68% | 0.52% | - |
| XYZ | 9.48 | 5.62 | 22.78 | - |
| YUV | 67.32 | 165.07 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 42 | 133 | 0.31 | 0.68 | 0 | 0.48 | 272.97 | 0.52 | 0.34 |
| Hex | 5C | 2A | 85 | 1F | 44 | 0 | 30 | 111 | 34 | 22 |
| Octal | 134 | 52 | 205 | 37 | 104 | 0 | 60 | 421 | 64 | 42 |
| Binary | 1011100 | 101010 | 10000101 | 11111 | 1000100 | 0 | 110000 | 100010001 | 110100 | 100010 |
Color Harmonies of #5C2A85
Complementary color
Monochromatic Colors of #5C2A85
Black with #5C2A85
Text Example
Text Example
White with #5C2A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C2A85; }
p { color: rgb(92,42,133); }
H1.HeaderClassName
{
color: #5C2A85;
}
.AnyTagClassName
{
color: #5C2A85;
}
</style>
background-color css
<style>
a { background-color: #5C2A85; }
a { background-color: rgb(92,42,133); }
div.DivClassName
{
background-color: #5C2A85;
}
.BgClassName
{
background-color: #5C2A85;
}
</style>
border-color css
<style>
span { border-color: #5C2A85; }
span { border-color: rgb(92,42,133); }
td.TdClassName
{
border-color: #5C2A85;
}
.TagClassName
{
border-color: #5C2A85;
}
</style>