Shades of Daisy Bush #502C9B
Tints of Daisy Bush #502C9B
RGB
CMYK
RGB Variations
Color information
#502C9B (or 0x502C9B) is known color: Daisy Bush. HEX triplet: 50, 2C and 9B. RGB value is (80,44,155). Sum of RGB (Red+Green+Blue) = 80+44+155=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #502C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502C9B is #AFD364. Grayscale: #434343. Windows color (decimal): -11522917 or 10169424. OLE color: 10169424.
HSL color Cylindrical-coordinate representation of color #502C9B: hue angle of 259.46º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #502C9B is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 44 | 155 | - |
| CMYK | 0.48 | 0.72 | 0 | 0.39 |
| HSL | 259.46º | 0.56% | 0.39% | - |
| HSV(B) | 259.46º | 0.72% | 0.61% | - |
| XYZ | 10.13 | 5.87 | 31.61 | - |
| YUV | 67.42 | 177.43 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 44 | 155 | 0.48 | 0.72 | 0 | 0.39 | 259.46 | 0.56 | 0.39 |
| Hex | 50 | 2C | 9B | 30 | 48 | 0 | 27 | 103 | 38 | 27 |
| Octal | 120 | 54 | 233 | 60 | 110 | 0 | 47 | 403 | 70 | 47 |
| Binary | 1010000 | 101100 | 10011011 | 110000 | 1001000 | 0 | 100111 | 100000011 | 111000 | 100111 |
Color Harmonies of #502C9B
Complementary color
Monochromatic Colors of #502C9B
Black with #502C9B
Text Example
Text Example
White with #502C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502C9B; }
p { color: rgb(80,44,155); }
H1.HeaderClassName
{
color: #502C9B;
}
.AnyTagClassName
{
color: #502C9B;
}
</style>
background-color css
<style>
a { background-color: #502C9B; }
a { background-color: rgb(80,44,155); }
div.DivClassName
{
background-color: #502C9B;
}
.BgClassName
{
background-color: #502C9B;
}
</style>
border-color css
<style>
span { border-color: #502C9B; }
span { border-color: rgb(80,44,155); }
td.TdClassName
{
border-color: #502C9B;
}
.TagClassName
{
border-color: #502C9B;
}
</style>