Shades of Daisy Bush #5235A4
Tints of Daisy Bush #5235A4
RGB
CMYK
RGB Variations
Color information
#5235A4 (or 0x5235A4) is known color: Daisy Bush. HEX triplet: 52, 35 and A4. RGB value is (82,53,164). Sum of RGB (Red+Green+Blue) = 82+53+164=299 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.42% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 164 (64.45% from 255 or 54.85% from 299); Max value from RGB is 164 - color contains mainly: blue. Hex color #5235A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5235A4 is #ADCA5B. Grayscale: #494949. Windows color (decimal): -11389532 or 10761554. OLE color: 10761554.
HSL color Cylindrical-coordinate representation of color #5235A4: hue angle of 255.68º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5235A4 is Cyan = 0.5, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 82 | 53 | 164 | - |
| CMYK | 0.5 | 0.68 | 0 | 0.36 |
| HSL | 255.68º | 0.51% | 0.43% | - |
| HSV(B) | 255.68º | 0.68% | 0.64% | - |
| XYZ | 11.45 | 7.02 | 35.87 | - |
| YUV | 74.33 | 178.61 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 53 | 164 | 0.5 | 0.68 | 0 | 0.36 | 255.68 | 0.51 | 0.43 |
| Hex | 52 | 35 | A4 | 32 | 44 | 0 | 24 | 100 | 33 | 2B |
| Octal | 122 | 65 | 244 | 62 | 104 | 0 | 44 | 400 | 63 | 53 |
| Binary | 1010010 | 110101 | 10100100 | 110010 | 1000100 | 0 | 100100 | 100000000 | 110011 | 101011 |
Color Harmonies of #5235A4
Complementary color
Monochromatic Colors of #5235A4
Black with #5235A4
Text Example
Text Example
White with #5235A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5235A4; }
p { color: rgb(82,53,164); }
H1.HeaderClassName
{
color: #5235A4;
}
.AnyTagClassName
{
color: #5235A4;
}
</style>
background-color css
<style>
a { background-color: #5235A4; }
a { background-color: rgb(82,53,164); }
div.DivClassName
{
background-color: #5235A4;
}
.BgClassName
{
background-color: #5235A4;
}
</style>
border-color css
<style>
span { border-color: #5235A4; }
span { border-color: rgb(82,53,164); }
td.TdClassName
{
border-color: #5235A4;
}
.TagClassName
{
border-color: #5235A4;
}
</style>