#635482

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

Shades of Butterfly Bush #635482

Tints of Butterfly Bush #635482

Color information

#635482 (or 0x635482) is unknown color: approx Butterfly Bush. HEX triplet: 63, 54 and 82. RGB value is (99,84,130). Sum of RGB (Red+Green+Blue) = 99+84+130=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: blue. Hex color #635482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635482 is #9CAB7D. Grayscale: #5D5D5D. Windows color (decimal): -10267518 or 8541283. OLE color: 8541283.

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

Color convert

RGB9984130-
CMYK0.240.3500.49
HSL259.57º21.5%41.96%-
HSV(B)259.57º35.38%50.98%-
XYZ12.3510.6122.52-
YUV93.73148.47131.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.63%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 130 (51.17% from 255) = 41.53%
R=31.63%
G=26.84%
B=41.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99841300.240.3500.49259.5721.541.96
Hex6354821823031104152a
Octal14312420230430614042552
Binary110001110101001000001011000100011011000110000010010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635482; }

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

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

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

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

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

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

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

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