#635282

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

Shades of Butterfly Bush #635282

Tints of Butterfly Bush #635282

Color information

#635282 (or 0x635282) is unknown color: approx Butterfly Bush. HEX triplet: 63, 52 and 82. RGB value is (99,82,130). Sum of RGB (Red+Green+Blue) = 99+82+130=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 130 - color contains mainly: blue. Hex color #635282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635282 is #9CAD7D. Grayscale: #5C5C5C. Windows color (decimal): -10268030 or 8540771. OLE color: 8540771.

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

Color convert

RGB9982130-
CMYK0.240.3700.49
HSL261.25º22.64%41.57%-
HSV(B)261.25º36.92%50.98%-
XYZ12.1910.322.46-
YUV92.56149.13132.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.83%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 130 (51.17% from 255) = 41.80%
R=31.83%
G=26.37%
B=41.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99821300.240.3700.49261.2522.6441.57
Hex6352821825031105172a
Octal14312220230450614052752
Binary110001110100101000001011000100101011000110000010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635282; }

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

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

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

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

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

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

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

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