Shades of Daisy Bush #5438AB
Tints of Daisy Bush #5438AB
RGB
CMYK
RGB Variations
Color information
#5438AB (or 0x5438AB) is known color: Daisy Bush. HEX triplet: 54, 38 and AB. RGB value is (84,56,171). Sum of RGB (Red+Green+Blue) = 84+56+171=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #5438AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5438AB is #ABC754. Grayscale: #4D4D4D. Windows color (decimal): -11257685 or 11221076. OLE color: 11221076.
HSL color Cylindrical-coordinate representation of color #5438AB: hue angle of 254.61º 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 #5438AB is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 56 | 171 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.33 |
| HSL | 254.61º | 0.51% | 0.45% | - |
| HSV(B) | 254.61º | 0.67% | 0.67% | - |
| XYZ | 12.42 | 7.65 | 39.35 | - |
| YUV | 77.48 | 180.78 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 56 | 171 | 0.51 | 0.67 | 0 | 0.33 | 254.61 | 0.51 | 0.45 |
| Hex | 54 | 38 | AB | 33 | 43 | 0 | 21 | FF | 33 | 2D |
| Octal | 124 | 70 | 253 | 63 | 103 | 0 | 41 | 377 | 63 | 55 |
| Binary | 1010100 | 111000 | 10101011 | 110011 | 1000011 | 0 | 100001 | 11111111 | 110011 | 101101 |
Color Harmonies of #5438AB
Complementary color
Monochromatic Colors of #5438AB
Black with #5438AB
Text Example
Text Example
White with #5438AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5438AB; }
p { color: rgb(84,56,171); }
H1.HeaderClassName
{
color: #5438AB;
}
.AnyTagClassName
{
color: #5438AB;
}
</style>
background-color css
<style>
a { background-color: #5438AB; }
a { background-color: rgb(84,56,171); }
div.DivClassName
{
background-color: #5438AB;
}
.BgClassName
{
background-color: #5438AB;
}
</style>
border-color css
<style>
span { border-color: #5438AB; }
span { border-color: rgb(84,56,171); }
td.TdClassName
{
border-color: #5438AB;
}
.TagClassName
{
border-color: #5438AB;
}
</style>