#63527D

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

Shades of Butterfly Bush #63527D

Tints of Butterfly Bush #63527D

Color information

#63527D (or 0x63527D) is unknown color: approx Butterfly Bush. HEX triplet: 63, 52 and 7D. RGB value is (99,82,125). Sum of RGB (Red+Green+Blue) = 99+82+125=306 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.35% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 125 (49.22% from 255 or 40.85% from 306); Max value from RGB is 125 - color contains mainly: blue. Hex color #63527D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63527D is #9CAD82. Grayscale: #5B5B5B. Windows color (decimal): -10268035 or 8213091. OLE color: 8213091.

HSL color Cylindrical-coordinate representation of color #63527D: hue angle of 263.72º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #63527D is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9982125-
CMYK0.210.3400.51
HSL263.72º20.77%40.59%-
HSV(B)263.72º34.4%49.02%-
XYZ11.8610.1720.74-
YUV91.98146.63133-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.35%
GREEN value IS 82 (32.42% from 255) = 26.80%
BLUE value IS 125 (49.22% from 255) = 40.85%
R=32.35%
G=26.80%
B=40.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal99821250.210.3400.51263.7220.7740.59
Hex63527D15220331081529
Octal14312217525420634102551
Binary11000111010010111110110101100010011001110000100010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63527D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63527D; }

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

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

<style>
 a { background-color: #63527D; }

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

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

<style>
 span { border-color: #63527D; }

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

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