Shades of Daisy Bush #5C3F90
Tints of Daisy Bush #5C3F90
RGB
CMYK
RGB Variations
Color information
#5C3F90 (or 0x5C3F90) is known color: Daisy Bush. HEX triplet: 5C, 3F and 90. RGB value is (92,63,144). Sum of RGB (Red+Green+Blue) = 92+63+144=299 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.77% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 144 - color contains mainly: blue. Hex color #5C3F90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3F90 is #A3C06F. Grayscale: #505050. Windows color (decimal): -10731632 or 9453404. OLE color: 9453404.
HSL color Cylindrical-coordinate representation of color #5C3F90: hue angle of 261.48º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C3F90 is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 92 | 63 | 144 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.44 |
| HSL | 261.48º | 0.39% | 0.41% | - |
| HSV(B) | 261.48º | 0.56% | 0.56% | - |
| XYZ | 11.23 | 7.84 | 27.31 | - |
| YUV | 80.91 | 163.61 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 63 | 144 | 0.36 | 0.56 | 0 | 0.44 | 261.48 | 0.39 | 0.41 |
| Hex | 5C | 3F | 90 | 24 | 38 | 0 | 2C | 105 | 27 | 29 |
| Octal | 134 | 77 | 220 | 44 | 70 | 0 | 54 | 405 | 47 | 51 |
| Binary | 1011100 | 111111 | 10010000 | 100100 | 111000 | 0 | 101100 | 100000101 | 100111 | 101001 |
Color Harmonies of #5C3F90
Complementary color
Monochromatic Colors of #5C3F90
Black with #5C3F90
Text Example
Text Example
White with #5C3F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3F90; }
p { color: rgb(92,63,144); }
H1.HeaderClassName
{
color: #5C3F90;
}
.AnyTagClassName
{
color: #5C3F90;
}
</style>
background-color css
<style>
a { background-color: #5C3F90; }
a { background-color: rgb(92,63,144); }
div.DivClassName
{
background-color: #5C3F90;
}
.BgClassName
{
background-color: #5C3F90;
}
</style>
border-color css
<style>
span { border-color: #5C3F90; }
span { border-color: rgb(92,63,144); }
td.TdClassName
{
border-color: #5C3F90;
}
.TagClassName
{
border-color: #5C3F90;
}
</style>