#63527E

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

Shades of Butterfly Bush #63527E

Tints of Butterfly Bush #63527E

Color information

#63527E (or 0x63527E) is unknown color: approx Butterfly Bush. HEX triplet: 63, 52 and 7E. RGB value is (99,82,126). Sum of RGB (Red+Green+Blue) = 99+82+126=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 126 - color contains mainly: blue. Hex color #63527E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63527E is #9CAD81. Grayscale: #5B5B5B. Windows color (decimal): -10268034 or 8278627. OLE color: 8278627.

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

Color convert

RGB9982126-
CMYK0.210.3500.51
HSL263.18º21.15%40.78%-
HSV(B)263.18º34.92%49.41%-
XYZ11.9310.1921.08-
YUV92.1147.13132.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.25%
GREEN value IS 82 (32.42% from 255) = 26.71%
BLUE value IS 126 (49.61% from 255) = 41.04%
R=32.25%
G=26.71%
B=41.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal99821260.210.3500.51263.1821.1540.78
Hex63527E15230331071529
Octal14312217625430634072551
Binary11000111010010111111010101100011011001110000011110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63527E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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