Shades of Daisy Bush #5638A8
Tints of Daisy Bush #5638A8
RGB
CMYK
RGB Variations
Color information
#5638A8 (or 0x5638A8) is known color: Daisy Bush. HEX triplet: 56, 38 and A8. RGB value is (86,56,168). Sum of RGB (Red+Green+Blue) = 86+56+168=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 168 (66.02% from 255 or 54.19% from 310); Max value from RGB is 168 - color contains mainly: blue. Hex color #5638A8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5638A8 is #A9C757. Grayscale: #4D4D4D. Windows color (decimal): -11126616 or 11024470. OLE color: 11024470.
HSL color Cylindrical-coordinate representation of color #5638A8: hue angle of 256.07º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5638A8 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 86 | 56 | 168 | - |
| CMYK | 0.49 | 0.67 | 0 | 0.34 |
| HSL | 256.07º | 0.5% | 0.44% | - |
| HSV(B) | 256.07º | 0.67% | 0.66% | - |
| XYZ | 12.32 | 7.63 | 37.87 | - |
| YUV | 77.74 | 178.94 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 56 | 168 | 0.49 | 0.67 | 0 | 0.34 | 256.07 | 0.5 | 0.44 |
| Hex | 56 | 38 | A8 | 31 | 43 | 0 | 22 | 100 | 32 | 2C |
| Octal | 126 | 70 | 250 | 61 | 103 | 0 | 42 | 400 | 62 | 54 |
| Binary | 1010110 | 111000 | 10101000 | 110001 | 1000011 | 0 | 100010 | 100000000 | 110010 | 101100 |
Color Harmonies of #5638A8
Complementary color
Monochromatic Colors of #5638A8
Black with #5638A8
Text Example
Text Example
White with #5638A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5638A8; }
p { color: rgb(86,56,168); }
H1.HeaderClassName
{
color: #5638A8;
}
.AnyTagClassName
{
color: #5638A8;
}
</style>
background-color css
<style>
a { background-color: #5638A8; }
a { background-color: rgb(86,56,168); }
div.DivClassName
{
background-color: #5638A8;
}
.BgClassName
{
background-color: #5638A8;
}
</style>
border-color css
<style>
span { border-color: #5638A8; }
span { border-color: rgb(86,56,168); }
td.TdClassName
{
border-color: #5638A8;
}
.TagClassName
{
border-color: #5638A8;
}
</style>