#63558B

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

Shades of Butterfly Bush #63558B

Tints of Butterfly Bush #63558B

Color information

#63558B (or 0x63558B) is unknown color: approx Butterfly Bush. HEX triplet: 63, 55 and 8B. RGB value is (99,85,139). Sum of RGB (Red+Green+Blue) = 99+85+139=323 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.65% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 139 - color contains mainly: blue. Hex color #63558B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63558B is #9CAA74. Grayscale: #5F5F5F. Windows color (decimal): -10267253 or 9131363. OLE color: 9131363.

HSL color Cylindrical-coordinate representation of color #63558B: hue angle of 255.56º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #63558B is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9985139-
CMYK0.290.3900.45
HSL255.56º24.11%43.92%-
HSV(B)255.56º38.85%54.51%-
XYZ13.0511.0125.86-
YUV95.34152.64130.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.65%
GREEN value IS 85 (33.59% from 255) = 26.32%
BLUE value IS 139 (54.69% from 255) = 43.03%
R=30.65%
G=26.32%
B=43.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99851390.290.3900.45255.5624.1143.92
Hex63558B1D2702D100182c
Octal14312521335470554003054
Binary110001110101011000101111101100111010110110000000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63558B; }

 p { color: rgb(99,85,139); }

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

<style>
 a { background-color: #63558B; }

 a { background-color: rgb(99,85,139); }

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

<style>
 span { border-color: #63558B; }

 span { border-color: rgb(99,85,139); }

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