Shades of Daisy Bush #5338AC
Tints of Daisy Bush #5338AC
RGB
CMYK
RGB Variations
Color information
#5338AC (or 0x5338AC) is known color: Daisy Bush. HEX triplet: 53, 38 and AC. RGB value is (83,56,172). Sum of RGB (Red+Green+Blue) = 83+56+172=311 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.69% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #5338AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5338AC is #ACC753. Grayscale: #4C4C4C. Windows color (decimal): -11323220 or 11286611. OLE color: 11286611.
HSL color Cylindrical-coordinate representation of color #5338AC: hue angle of 253.97º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5338AC is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 56 | 172 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.33 |
| HSL | 253.97º | 0.51% | 0.45% | - |
| HSV(B) | 253.97º | 0.67% | 0.67% | - |
| XYZ | 12.43 | 7.65 | 39.85 | - |
| YUV | 77.3 | 181.45 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 56 | 172 | 0.52 | 0.67 | 0 | 0.33 | 253.97 | 0.51 | 0.45 |
| Hex | 53 | 38 | AC | 34 | 43 | 0 | 21 | FE | 33 | 2D |
| Octal | 123 | 70 | 254 | 64 | 103 | 0 | 41 | 376 | 63 | 55 |
| Binary | 1010011 | 111000 | 10101100 | 110100 | 1000011 | 0 | 100001 | 11111110 | 110011 | 101101 |
Color Harmonies of #5338AC
Complementary color
Monochromatic Colors of #5338AC
Black with #5338AC
Text Example
Text Example
White with #5338AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5338AC; }
p { color: rgb(83,56,172); }
H1.HeaderClassName
{
color: #5338AC;
}
.AnyTagClassName
{
color: #5338AC;
}
</style>
background-color css
<style>
a { background-color: #5338AC; }
a { background-color: rgb(83,56,172); }
div.DivClassName
{
background-color: #5338AC;
}
.BgClassName
{
background-color: #5338AC;
}
</style>
border-color css
<style>
span { border-color: #5338AC; }
span { border-color: rgb(83,56,172); }
td.TdClassName
{
border-color: #5338AC;
}
.TagClassName
{
border-color: #5338AC;
}
</style>