#63527F

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

Shades of Butterfly Bush #63527F

Tints of Butterfly Bush #63527F

Color information

#63527F (or 0x63527F) is unknown color: approx Butterfly Bush. HEX triplet: 63, 52 and 7F. RGB value is (99,82,127). Sum of RGB (Red+Green+Blue) = 99+82+127=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 127 - color contains mainly: blue. Hex color #63527F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63527F is #9CAD80. Grayscale: #5C5C5C. Windows color (decimal): -10268033 or 8344163. OLE color: 8344163.

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

Color convert

RGB9982127-
CMYK0.220.3500.50
HSL262.67º21.53%40.98%-
HSV(B)262.67º35.43%49.8%-
XYZ11.9910.2221.42-
YUV92.21147.63132.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.14%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 127 (50% from 255) = 41.23%
R=32.14%
G=26.62%
B=41.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal99821270.220.3500.50262.6721.5340.98
Hex63527F16230321071629
Octal14312217726430624072651
Binary11000111010010111111110110100011011001010000011110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63527F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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