Shades of Butterfly Bush #63558A
Tints of Butterfly Bush #63558A
RGB
CMYK
RGB Variations
Color information
#63558A (or 0x63558A) is known color: Butterfly Bush. HEX triplet: 63, 55 and 8A. RGB value is (99,85,138). Sum of RGB (Red+Green+Blue) = 99+85+138=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 138 - color contains mainly: blue. Hex color #63558A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63558A is #9CAA75. Grayscale: #5F5F5F. Windows color (decimal): -10267254 or 9065827. OLE color: 9065827.
HSL color Cylindrical-coordinate representation of color #63558A: hue angle of 255.85º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63558A is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 99 | 85 | 138 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.46 |
| HSL | 255.85º | 0.24% | 0.44% | - |
| HSV(B) | 255.85º | 0.38% | 0.54% | - |
| XYZ | 12.98 | 10.98 | 25.48 | - |
| YUV | 95.23 | 152.14 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 138 | 0.28 | 0.38 | 0 | 0.46 | 255.85 | 0.24 | 0.44 |
| Hex | 63 | 55 | 8A | 1C | 26 | 0 | 2E | 100 | 18 | 2C |
| Octal | 143 | 125 | 212 | 34 | 46 | 0 | 56 | 400 | 30 | 54 |
| Binary | 1100011 | 1010101 | 10001010 | 11100 | 100110 | 0 | 101110 | 100000000 | 11000 | 101100 |
Color Harmonies of #63558A
Complementary color
Monochromatic Colors of #63558A
Black with #63558A
Text Example
Text Example
White with #63558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63558A; }
p { color: rgb(99,85,138); }
H1.HeaderClassName
{
color: #63558A;
}
.AnyTagClassName
{
color: #63558A;
}
</style>
background-color css
<style>
a { background-color: #63558A; }
a { background-color: rgb(99,85,138); }
div.DivClassName
{
background-color: #63558A;
}
.BgClassName
{
background-color: #63558A;
}
</style>
border-color css
<style>
span { border-color: #63558A; }
span { border-color: rgb(99,85,138); }
td.TdClassName
{
border-color: #63558A;
}
.TagClassName
{
border-color: #63558A;
}
</style>