#63538A

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

Shades of Butterfly Bush #63538A

Tints of Butterfly Bush #63538A

Color information

#63538A (or 0x63538A) is unknown color: approx Butterfly Bush. HEX triplet: 63, 53 and 8A. RGB value is (99,83,138). Sum of RGB (Red+Green+Blue) = 99+83+138=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 138 (54.30% from 255 or 43.12% from 320); Max value from RGB is 138 - color contains mainly: blue. Hex color #63538A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #63538A is #9CAC75. Grayscale: #5D5D5D. Windows color (decimal): -10267766 or 9065315. OLE color: 9065315.

HSL color Cylindrical-coordinate representation of color #63538A: hue angle of 257.45º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #63538A is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9983138-
CMYK0.280.4000.46
HSL257.45º24.89%43.33%-
HSV(B)257.45º39.86%54.12%-
XYZ12.8310.6725.43-
YUV94.05152.8131.53-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.94%
GREEN value IS 83 (32.81% from 255) = 25.94%
BLUE value IS 138 (54.30% from 255) = 43.12%
R=30.94%
G=25.94%
B=43.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal99831380.280.4000.46257.4524.8943.33
Hex63538A1C2802E101192b
Octal14312321234500564013153
Binary110001110100111000101011100101000010111010000000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63538A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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