#635382

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

Shades of Butterfly Bush #635382

Tints of Butterfly Bush #635382

Color information

#635382 (or 0x635382) is unknown color: approx Butterfly Bush. HEX triplet: 63, 53 and 82. RGB value is (99,83,130). Sum of RGB (Red+Green+Blue) = 99+83+130=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 130 - color contains mainly: blue. Hex color #635382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635382 is #9CAC7D. Grayscale: #5C5C5C. Windows color (decimal): -10267774 or 8541027. OLE color: 8541027.

HSL color Cylindrical-coordinate representation of color #635382: hue angle of 260.43º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #635382 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9983130-
CMYK0.240.3600.49
HSL260.43º22.07%41.76%-
HSV(B)260.43º36.15%50.98%-
XYZ12.2710.4522.49-
YUV93.14148.8132.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.73%
GREEN value IS 83 (32.81% from 255) = 26.60%
BLUE value IS 130 (51.17% from 255) = 41.67%
R=31.73%
G=26.60%
B=41.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99831300.240.3600.49260.4322.0741.76
Hex6353821824031104162a
Octal14312320230440614042652
Binary110001110100111000001011000100100011000110000010010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635382; }

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

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

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

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

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

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

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

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