#63558A

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

Shades of Butterfly Bush #63558A

Tints of Butterfly Bush #63558A

Color information

#63558A (or 0x63558A) is unknown color: approx Butterfly Bush. HEX triplet: 63, 55 and 8A. RGB value is (99,85,138). Sum of RGB (Red+Green+Blue) = 99+85+138=322 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.75% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 138 - color contains mainly: blue. Hex color #63558A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63558A is #9CAA75. Grayscale: #5F5F5F. Windows color (decimal): -10267254 or 9065827. OLE color: 9065827.

HSL color Cylindrical-coordinate representation of color #63558A: hue angle of 255.85º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63558A is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9985138-
CMYK0.280.3800.46
HSL255.85º23.77%43.73%-
HSV(B)255.85º38.41%54.12%-
XYZ12.9810.9825.48-
YUV95.23152.14130.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.75%
GREEN value IS 85 (33.59% from 255) = 26.40%
BLUE value IS 138 (54.30% from 255) = 42.86%
R=30.75%
G=26.40%
B=42.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal99851380.280.3800.46255.8523.7743.73
Hex63558A1C2602E100182c
Octal14312521234460564003054
Binary110001110101011000101011100100110010111010000000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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