Shades of Daisy Bush #5C458F
Tints of Daisy Bush #5C458F
RGB
CMYK
RGB Variations
Color information
#5C458F (or 0x5C458F) is known color: Daisy Bush. HEX triplet: 5C, 45 and 8F. RGB value is (92,69,143). Sum of RGB (Red+Green+Blue) = 92+69+143=304 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.26% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 143 - color contains mainly: blue. Hex color #5C458F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C458F is #A3BA70. Grayscale: #545454. Windows color (decimal): -10730097 or 9389404. OLE color: 9389404.
HSL color Cylindrical-coordinate representation of color #5C458F: hue angle of 258.65º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C458F is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 92 | 69 | 143 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.44 |
| HSL | 258.65º | 0.35% | 0.42% | - |
| HSV(B) | 258.65º | 0.52% | 0.56% | - |
| XYZ | 11.5 | 8.51 | 27.02 | - |
| YUV | 84.31 | 161.12 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 69 | 143 | 0.36 | 0.52 | 0 | 0.44 | 258.65 | 0.35 | 0.42 |
| Hex | 5C | 45 | 8F | 24 | 34 | 0 | 2C | 103 | 23 | 2A |
| Octal | 134 | 105 | 217 | 44 | 64 | 0 | 54 | 403 | 43 | 52 |
| Binary | 1011100 | 1000101 | 10001111 | 100100 | 110100 | 0 | 101100 | 100000011 | 100011 | 101010 |
Color Harmonies of #5C458F
Complementary color
Monochromatic Colors of #5C458F
Black with #5C458F
Text Example
Text Example
White with #5C458F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C458F; }
p { color: rgb(92,69,143); }
H1.HeaderClassName
{
color: #5C458F;
}
.AnyTagClassName
{
color: #5C458F;
}
</style>
background-color css
<style>
a { background-color: #5C458F; }
a { background-color: rgb(92,69,143); }
div.DivClassName
{
background-color: #5C458F;
}
.BgClassName
{
background-color: #5C458F;
}
</style>
border-color css
<style>
span { border-color: #5C458F; }
span { border-color: rgb(92,69,143); }
td.TdClassName
{
border-color: #5C458F;
}
.TagClassName
{
border-color: #5C458F;
}
</style>