#635385

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

Shades of Butterfly Bush #635385

Tints of Butterfly Bush #635385

Color information

#635385 (or 0x635385) is unknown color: approx Butterfly Bush. HEX triplet: 63, 53 and 85. RGB value is (99,83,133). Sum of RGB (Red+Green+Blue) = 99+83+133=315 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.43% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 133 - color contains mainly: blue. Hex color #635385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #635385 is #9CAC7A. Grayscale: #5D5D5D. Windows color (decimal): -10267771 or 8737635. OLE color: 8737635.

HSL color Cylindrical-coordinate representation of color #635385: hue angle of 259.2º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #635385 is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9983133-
CMYK0.260.3800.48
HSL259.2º23.15%42.35%-
HSV(B)259.2º37.59%52.16%-
XYZ12.4710.5323.57-
YUV93.48150.3131.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.43%
GREEN value IS 83 (32.81% from 255) = 26.35%
BLUE value IS 133 (52.34% from 255) = 42.22%
R=31.43%
G=26.35%
B=42.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99831330.260.3800.48259.223.1542.35
Hex6353851A26030103172a
Octal14312320532460604032752
Binary110001110100111000010111010100110011000010000001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635385; }

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

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

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

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

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

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

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

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