Shades of Daisy Bush #52398B
Tints of Daisy Bush #52398B
RGB
CMYK
RGB Variations
Color information
#52398B (or 0x52398B) is known color: Daisy Bush. HEX triplet: 52, 39 and 8B. RGB value is (82,57,139). Sum of RGB (Red+Green+Blue) = 82+57+139=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #52398B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52398B is #ADC674. Grayscale: #494949. Windows color (decimal): -11388533 or 9124178. OLE color: 9124178.
HSL color Cylindrical-coordinate representation of color #52398B: hue angle of 258.29º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52398B is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 57 | 139 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.45 |
| HSL | 258.29º | 0.42% | 0.38% | - |
| HSV(B) | 258.29º | 0.59% | 0.55% | - |
| XYZ | 9.6 | 6.58 | 25.19 | - |
| YUV | 73.82 | 164.78 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 57 | 139 | 0.41 | 0.59 | 0 | 0.45 | 258.29 | 0.42 | 0.38 |
| Hex | 52 | 39 | 8B | 29 | 3B | 0 | 2D | 102 | 2A | 26 |
| Octal | 122 | 71 | 213 | 51 | 73 | 0 | 55 | 402 | 52 | 46 |
| Binary | 1010010 | 111001 | 10001011 | 101001 | 111011 | 0 | 101101 | 100000010 | 101010 | 100110 |
Color Harmonies of #52398B
Complementary color
Monochromatic Colors of #52398B
Black with #52398B
Text Example
Text Example
White with #52398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52398B; }
p { color: rgb(82,57,139); }
H1.HeaderClassName
{
color: #52398B;
}
.AnyTagClassName
{
color: #52398B;
}
</style>
background-color css
<style>
a { background-color: #52398B; }
a { background-color: rgb(82,57,139); }
div.DivClassName
{
background-color: #52398B;
}
.BgClassName
{
background-color: #52398B;
}
</style>
border-color css
<style>
span { border-color: #52398B; }
span { border-color: rgb(82,57,139); }
td.TdClassName
{
border-color: #52398B;
}
.TagClassName
{
border-color: #52398B;
}
</style>