#63529A

Color #63529A Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #63529A

Tints of Butterfly Bush #63529A

Color information

#63529A (or 0x63529A) is unknown color: approx Butterfly Bush. HEX triplet: 63, 52 and 9A. RGB value is (99,82,154). Sum of RGB (Red+Green+Blue) = 99+82+154=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 154 (60.55% from 255 or 45.97% from 335); Max value from RGB is 154 - color contains mainly: blue. Hex color #63529A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63529A is #9CAD65. Grayscale: #5F5F5F. Windows color (decimal): -10268006 or 10113635. OLE color: 10113635.

HSL color Cylindrical-coordinate representation of color #63529A: hue angle of 254.17º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63529A is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9982154-
CMYK0.360.4700.40
HSL254.17º30.51%46.27%-
HSV(B)254.17º46.75%60.39%-
XYZ1411.0231.96-
YUV95.29161.13130.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 29.55%
GREEN value IS 82 (32.42% from 255) = 24.48%
BLUE value IS 154 (60.55% from 255) = 45.97%
R=29.55%
G=24.48%
B=45.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal99821540.360.4700.40254.1730.5146.27
Hex63529A242F028fe1f2e
Octal14312223244570503763756
Binary110001110100101001101010010010111101010001111111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63529A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63529A; }

 p { color: rgb(99,82,154); }

 H1.HeaderClassName
 {
   color: #63529A;
 }
 .AnyTagClassName
 {
   color: #63529A;
 }
</style>
background-color css

<style>
 a { background-color: #63529A; }

 a { background-color: rgb(99,82,154); }

 div.DivClassName
 {
   background-color: #63529A;
 }
 .BgClassName
 {
   background-color: #63529A;
 }
</style>
border-color css

<style>
 span { border-color: #63529A; }

 span { border-color: rgb(99,82,154); }

 td.TdClassName
 {
   border-color: #63529A;
 }
 .TagClassName
 {
   border-color: #63529A;
 }
</style>