Shades of Daisy Bush #531F9A
Tints of Daisy Bush #531F9A
RGB
CMYK
RGB Variations
Color information
#531F9A (or 0x531F9A) is known color: Daisy Bush. HEX triplet: 53, 1F and 9A. RGB value is (83,31,154). Sum of RGB (Red+Green+Blue) = 83+31+154=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #531F9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531F9A is #ACE065. Grayscale: #3C3C3C. Windows color (decimal): -11329638 or 10100563. OLE color: 10100563.
HSL color Cylindrical-coordinate representation of color #531F9A: hue angle of 265.37º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #531F9A is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 83 | 31 | 154 | - |
| CMYK | 0.46 | 0.80 | 0 | 0.40 |
| HSL | 265.37º | 0.66% | 0.36% | - |
| HSV(B) | 265.37º | 0.8% | 0.6% | - |
| XYZ | 9.89 | 5.15 | 31.05 | - |
| YUV | 60.57 | 180.73 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 154 | 0.46 | 0.80 | 0 | 0.40 | 265.37 | 0.66 | 0.36 |
| Hex | 53 | 1F | 9A | 2E | 50 | 0 | 28 | 109 | 42 | 24 |
| Octal | 123 | 37 | 232 | 56 | 120 | 0 | 50 | 411 | 102 | 44 |
| Binary | 1010011 | 11111 | 10011010 | 101110 | 1010000 | 0 | 101000 | 100001001 | 1000010 | 100100 |
Color Harmonies of #531F9A
Complementary color
Monochromatic Colors of #531F9A
Black with #531F9A
Text Example
Text Example
White with #531F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F9A; }
p { color: rgb(83,31,154); }
H1.HeaderClassName
{
color: #531F9A;
}
.AnyTagClassName
{
color: #531F9A;
}
</style>
background-color css
<style>
a { background-color: #531F9A; }
a { background-color: rgb(83,31,154); }
div.DivClassName
{
background-color: #531F9A;
}
.BgClassName
{
background-color: #531F9A;
}
</style>
border-color css
<style>
span { border-color: #531F9A; }
span { border-color: rgb(83,31,154); }
td.TdClassName
{
border-color: #531F9A;
}
.TagClassName
{
border-color: #531F9A;
}
</style>