Shades of Daisy Bush #5337A6
Tints of Daisy Bush #5337A6
RGB
CMYK
RGB Variations
Color information
#5337A6 (or 0x5337A6) is known color: Daisy Bush. HEX triplet: 53, 37 and A6. RGB value is (83,55,166). Sum of RGB (Red+Green+Blue) = 83+55+166=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 166 (65.23% from 255 or 54.61% from 304); Max value from RGB is 166 - color contains mainly: blue. Hex color #5337A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5337A6 is #ACC859. Grayscale: #4B4B4B. Windows color (decimal): -11323482 or 10893139. OLE color: 10893139.
HSL color Cylindrical-coordinate representation of color #5337A6: hue angle of 255.14º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5337A6 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 55 | 166 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.35 |
| HSL | 255.14º | 0.5% | 0.43% | - |
| HSV(B) | 255.14º | 0.67% | 0.65% | - |
| XYZ | 11.82 | 7.32 | 36.87 | - |
| YUV | 76.03 | 178.78 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 55 | 166 | 0.50 | 0.67 | 0 | 0.35 | 255.14 | 0.5 | 0.43 |
| Hex | 53 | 37 | A6 | 32 | 43 | 0 | 23 | FF | 32 | 2B |
| Octal | 123 | 67 | 246 | 62 | 103 | 0 | 43 | 377 | 62 | 53 |
| Binary | 1010011 | 110111 | 10100110 | 110010 | 1000011 | 0 | 100011 | 11111111 | 110010 | 101011 |
Color Harmonies of #5337A6
Complementary color
Monochromatic Colors of #5337A6
Black with #5337A6
Text Example
Text Example
White with #5337A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5337A6; }
p { color: rgb(83,55,166); }
H1.HeaderClassName
{
color: #5337A6;
}
.AnyTagClassName
{
color: #5337A6;
}
</style>
background-color css
<style>
a { background-color: #5337A6; }
a { background-color: rgb(83,55,166); }
div.DivClassName
{
background-color: #5337A6;
}
.BgClassName
{
background-color: #5337A6;
}
</style>
border-color css
<style>
span { border-color: #5337A6; }
span { border-color: rgb(83,55,166); }
td.TdClassName
{
border-color: #5337A6;
}
.TagClassName
{
border-color: #5337A6;
}
</style>